Skip to content

Commit

Permalink
[BUILD] Fix benchmark CI (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo authored Nov 25, 2022
1 parent e1b5611 commit 5642d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
benchmark:
name: Run OpenTelemetry-cpp benchmarks
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Run benchmark
id: run_benchmarks
run: |
ci/do_ci.sh bazel.benchmark
CC=/usr/bin/gcc-10 CXX=/usr/bin/g++-10 ci/do_ci.sh bazel.benchmark
mkdir -p benchmarks
mv api-benchmark_result.json benchmarks
mv sdk-benchmark_result.json benchmarks
Expand All @@ -45,7 +45,7 @@ jobs:
matrix:
components: ["api", "sdk", "exporters"]
name: Store benchmark result
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@master
Expand Down

0 comments on commit 5642d1c

Please sign in to comment.