mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-04-19 08:55:15 +00:00
Recompiled fio binary with generic CPU flag for interoperability
This commit is contained in:
parent
434da3835b
commit
981933960d
@ -4,8 +4,8 @@ This directory contains all of the binaries required to run the benchmarking tes
|
|||||||
|
|
||||||
### Binaries
|
### Binaries
|
||||||
|
|
||||||
* **fio_x64** - v3.17 (compiled 28 Jan 2020) - 64-bit version
|
* **fio_x64** - v3.17 (compiled 11 Mar 2020) - 64-bit version
|
||||||
* **fio_x86** - v3.17 (compiled 28 Jan 2020) - 32-bit version
|
* **fio_x86** - v3.17 (compiled 11 Mar 2020) - 32-bit version
|
||||||
* **iperf_x64** - v3.7 (compiled 28 Jan 2020) - 64-bit version
|
* **iperf_x64** - v3.7 (compiled 28 Jan 2020) - 64-bit version
|
||||||
* **iperf_x86** - v3.7 (compiled 28 Jan 2020) - 32-bit version
|
* **iperf_x86** - v3.7 (compiled 28 Jan 2020) - 32-bit version
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ cd ~
|
|||||||
curl -L https://github.com/axboe/fio/archive/fio-3.17.tar.gz -o "fio.tar.gz"
|
curl -L https://github.com/axboe/fio/archive/fio-3.17.tar.gz -o "fio.tar.gz"
|
||||||
tar xf fio.tar.gz
|
tar xf fio.tar.gz
|
||||||
cd fio-fio*
|
cd fio-fio*
|
||||||
./configure
|
./configure --disable-native
|
||||||
make
|
make
|
||||||
|
|
||||||
# verify no external shared library links
|
# verify no external shared library links
|
||||||
|
BIN
bin/fio_x64
BIN
bin/fio_x64
Binary file not shown.
BIN
bin/fio_x86
BIN
bin/fio_x86
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user