diff --git a/bin/compile.sh b/bin/compile.sh index 3d2fcbb..615be21 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -6,6 +6,9 @@ source /hbb/activate set -x +# temp workaround to fix issue with phusion's repo +rm -f /etc/yum.repos.d/phusion_centos-6-scl-i386.repo + yum install -y yum-plugin-ovl # fix for docker overlay fs yum install -y xz @@ -32,7 +35,7 @@ source /hbb_exe/activate # download and compile fio cd ~ -curl -L https://github.com/axboe/fio/archive/fio-3.25.tar.gz -o "fio.tar.gz" +curl -L https://github.com/axboe/fio/archive/fio-3.27.tar.gz -o "fio.tar.gz" tar xf fio.tar.gz cd fio-fio* ./configure --disable-native @@ -45,7 +48,7 @@ cp fio /io/fio_$ARCH # download and compile iperf cd ~ -curl -L https://github.com/esnet/iperf/archive/3.9.tar.gz -o "iperf.tar.gz" +curl -L https://github.com/esnet/iperf/archive/3.10.tar.gz -o "iperf.tar.gz" tar xf iperf.tar.gz cd iperf* ./configure --disable-shared --disable-profiling diff --git a/bin/fio_x64 b/bin/fio_x64 index f1f85e9..4b41e38 100755 Binary files a/bin/fio_x64 and b/bin/fio_x64 differ diff --git a/bin/fio_x86 b/bin/fio_x86 index 9956f21..c01837d 100755 Binary files a/bin/fio_x86 and b/bin/fio_x86 differ diff --git a/bin/iperf3_x64 b/bin/iperf3_x64 index ba1a6ac..fc1ff10 100755 Binary files a/bin/iperf3_x64 and b/bin/iperf3_x64 differ diff --git a/bin/iperf3_x86 b/bin/iperf3_x86 index d78092e..b12436c 100755 Binary files a/bin/iperf3_x86 and b/bin/iperf3_x86 differ diff --git a/yabs.sh b/yabs.sh index da8b7b7..01a7273 100755 --- a/yabs.sh +++ b/yabs.sh @@ -1,7 +1,7 @@ #!/bin/bash # Yet Another Bench Script by Mason Rowe -# Initial Oct 2019; Last update Dec 2020 +# Initial Oct 2019; Last update May 2021 # # Disclaimer: This project is a work in progress. Any errors or suggestions should be # relayed to me via the GitHub project page linked below. @@ -15,7 +15,7 @@ echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' echo -e '# Yet-Another-Bench-Script #' -echo -e '# v2020-12-29 #' +echo -e '# v2021-05-28 #' echo -e '# https://github.com/masonr/yet-another-bench-script #' echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' @@ -702,7 +702,7 @@ function launch_geekbench { else echo -en "\nRunning GB5 benchmark test... *cue elevator music*" # download the latest Geekbench 5 tarball and extract to geekbench temp directory - curl -s https://cdn.geekbench.com/Geekbench-5.3.1-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null + curl -s https://cdn.geekbench.com/Geekbench-5.4.1-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null # check if geekbench file exists if test -f "geekbench.license"; then