diff --git a/bin/README.md b/bin/README.md index 0e4aa2f..ff0f8a7 100644 --- a/bin/README.md +++ b/bin/README.md @@ -4,8 +4,8 @@ This directory contains all of the binaries required to run the benchmarking tes ### Binaries -* **fio_x64** - v3.17 (compiled 28 Jan 2020) - 64-bit version -* **fio_x86** - v3.17 (compiled 28 Jan 2020) - 32-bit version +* **fio_x64** - v3.17 (compiled 11 Mar 2020) - 64-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_x86** - v3.7 (compiled 28 Jan 2020) - 32-bit version diff --git a/bin/compile.sh b/bin/compile.sh index 052090b..2a91b37 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -34,7 +34,7 @@ cd ~ curl -L https://github.com/axboe/fio/archive/fio-3.17.tar.gz -o "fio.tar.gz" tar xf fio.tar.gz cd fio-fio* -./configure +./configure --disable-native make # verify no external shared library links diff --git a/bin/fio_x64 b/bin/fio_x64 index d31f6be..5e4a914 100755 Binary files a/bin/fio_x64 and b/bin/fio_x64 differ diff --git a/bin/fio_x86 b/bin/fio_x86 index d9ce6f4..9df1b19 100755 Binary files a/bin/fio_x86 and b/bin/fio_x86 differ