Add iperf3 benchmark

This commit is contained in:
Fabing Li
2024-09-25 09:41:28 +00:00
committed by Tate, Hongliang Tian
parent fb718fd440
commit 9abdebbae3
12 changed files with 237 additions and 59 deletions

View File

@ -61,6 +61,7 @@ jobs:
- lmbench/tcp_loopback_select_lat
- lmbench/tcp_loopback_http_bw
- lmbench/udp_loopback_lat
- iperf3/tcp_virtio_bw
fail-fast: false
timeout-minutes: 60
container:
@ -89,7 +90,8 @@ jobs:
max_attempts: 3
command: |
make install_osdk
bash test/benchmark/bench_linux_and_aster.sh ${{ matrix.benchmark }}
BENCHMARK_TYPE=$(jq -r '.benchmark_type' test/benchmark/${{ matrix.benchmark }}/config.json)
bash test/benchmark/bench_linux_and_aster.sh ${{ matrix.benchmark }} $BENCHMARK_TYPE
- name: Set up benchmark configuration
run: |