Skip to content

Commit

Permalink
update to latest iperf3 release (v3.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
masonr committed Feb 26, 2023
1 parent d2fc09c commit e4e65d2
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ This directory contains all of the binaries required to run the benchmarking tes
| fio_x86 | 3.30* | 19-AUG-2022 | x86 | 32-bit |
| fio_aarch64 | 3.33 | 23-NOV-2022 | ARM | 64-bit |
| fio_arm | 3.30* | 19-AUG-2022 | ARM | 32-bit |
| iperf_x64 | 3.12 | 23-NOV-2022 | x86_64 | 64-bit |
| iperf_x86 | 3.12 | 23-NOV-2022 | x86 | 32-bit |
| iperf_aarch64 | 3.12 | 23-NOV-2022 | ARM | 64-bit |
| iperf_arm | 3.12 | 23-NOV-2022 | ARM | 32-bit |
| iperf_x64 | 3.13 | 26-FEB-2023 | x86_64 | 64-bit |
| iperf_x86 | 3.13 | 26-FEB-2023 | x86 | 32-bit |
| iperf_aarch64 | 3.13 | 26-FEB-2023 | ARM | 64-bit |
| iperf_arm | 3.13 | 26-FEB-2023 | ARM | 32-bit |

Note: ARM compatibility is considered experimental. Static binaries for ARM-based machines are cross-compiled within a Holy Build Box container using the [musl toolchain](https://musl.cc/).

Expand Down
2 changes: 1 addition & 1 deletion bin/compile-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cp fio /io/fio_$ARCH

# download and compile iperf
cd ~
curl -L https://github.com/esnet/iperf/archive/3.12.tar.gz -o "iperf.tar.gz"
curl -L https://github.com/esnet/iperf/archive/3.13.tar.gz -o "iperf.tar.gz"
tar xf iperf.tar.gz
cd iperf*
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-shared --disable-profiling --build x86_64-pc-linux-gnu --host ${HOST} --with-openssl=no --enable-static-bin
Expand Down
2 changes: 1 addition & 1 deletion bin/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cp fio /io/fio_$ARCH

# download and compile iperf
cd ~
curl -L https://github.com/esnet/iperf/archive/3.12.tar.gz -o "iperf.tar.gz"
curl -L https://github.com/esnet/iperf/archive/3.13.tar.gz -o "iperf.tar.gz"
tar xf iperf.tar.gz
cd iperf*
./configure --disable-shared --disable-profiling
Expand Down
Binary file modified bin/iperf/iperf3_aarch64
Binary file not shown.
Binary file modified bin/iperf/iperf3_arm
Binary file not shown.
Binary file modified bin/iperf/iperf3_x64
Binary file not shown.
Binary file modified bin/iperf/iperf3_x86
Binary file not shown.

0 comments on commit e4e65d2

Please sign in to comment.