Skip to content

Commit

Permalink
Merge pull request #2 from xiaofei0800/tquic_benchmark
Browse files Browse the repository at this point in the history
Fix tquic benchmark boringssl compile error.
  • Loading branch information
xiaofei0800 authored Jan 16, 2025
2 parents 367a79c + 40dd324 commit daf572b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tquic-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
config:
name: Prepare config
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
benchmark_date: ${{ steps.set-benchmark-date.outputs.benchmark_date }}
benchmark_impls: ${{ steps.set-implements.outputs.benchmark_impls }}
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
build_tquic:
name: Build tquic
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: config
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

build_lsquic:
name: Build lsquic
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: config
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
gen_cert:
name: Generate cert
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: config
steps:
- name: Generate cert
Expand All @@ -124,7 +124,7 @@ jobs:

gen_files:
name: Generate files
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: config
steps:
- name: Generate files
Expand All @@ -142,7 +142,7 @@ jobs:
run_long_conn:
name: Run long connection scenario benchmark
needs: [ config, build_tquic, build_lsquic, gen_cert, gen_files ]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
file: [ 15K, 50K, 2M ]
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
run_short_conn:
name: Run short connection scenario benchmark
needs: [ config, build_tquic, build_lsquic, gen_cert, gen_files ]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Download all
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
retention-days: 90

result:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [ run_long_conn, run_short_conn ]
steps:
- name: Download plot tools
Expand Down

0 comments on commit daf572b

Please sign in to comment.