Skip to content

Commit e4e65d2

Browse files
committed
update to latest iperf3 release (v3.13)
1 parent d2fc09c commit e4e65d2

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

bin/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This directory contains all of the binaries required to run the benchmarking tes
1010
| fio_x86 | 3.30* | 19-AUG-2022 | x86 | 32-bit |
1111
| fio_aarch64 | 3.33 | 23-NOV-2022 | ARM | 64-bit |
1212
| fio_arm | 3.30* | 19-AUG-2022 | ARM | 32-bit |
13-
| iperf_x64 | 3.12 | 23-NOV-2022 | x86_64 | 64-bit |
14-
| iperf_x86 | 3.12 | 23-NOV-2022 | x86 | 32-bit |
15-
| iperf_aarch64 | 3.12 | 23-NOV-2022 | ARM | 64-bit |
16-
| iperf_arm | 3.12 | 23-NOV-2022 | ARM | 32-bit |
13+
| iperf_x64 | 3.13 | 26-FEB-2023 | x86_64 | 64-bit |
14+
| iperf_x86 | 3.13 | 26-FEB-2023 | x86 | 32-bit |
15+
| iperf_aarch64 | 3.13 | 26-FEB-2023 | ARM | 64-bit |
16+
| iperf_arm | 3.13 | 26-FEB-2023 | ARM | 32-bit |
1717

1818
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/).
1919

bin/compile-arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cp fio /io/fio_$ARCH
3939

4040
# download and compile iperf
4141
cd ~
42-
curl -L https://github.com/esnet/iperf/archive/3.12.tar.gz -o "iperf.tar.gz"
42+
curl -L https://github.com/esnet/iperf/archive/3.13.tar.gz -o "iperf.tar.gz"
4343
tar xf iperf.tar.gz
4444
cd iperf*
4545
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

bin/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cp fio /io/fio_$ARCH
4848

4949
# download and compile iperf
5050
cd ~
51-
curl -L https://github.com/esnet/iperf/archive/3.12.tar.gz -o "iperf.tar.gz"
51+
curl -L https://github.com/esnet/iperf/archive/3.13.tar.gz -o "iperf.tar.gz"
5252
tar xf iperf.tar.gz
5353
cd iperf*
5454
./configure --disable-shared --disable-profiling

bin/iperf/iperf3_aarch64

1.5 KB
Binary file not shown.

bin/iperf/iperf3_arm

1.61 KB
Binary file not shown.

bin/iperf/iperf3_x64

1.84 KB
Binary file not shown.

bin/iperf/iperf3_x86

1.11 KB
Binary file not shown.

0 commit comments

Comments
 (0)