Skip to content

Commit

Permalink
Fix CI benchmark (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Nov 23, 2022
1 parent 6ba1f73 commit c1aa0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
components: ["api", "sdk", "exporters"]
name: Store benchmark result
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@master
Expand Down

2 comments on commit c1aa0b8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: c1aa0b8 Previous: 6644ddd Ratio
BM_BaselineBuffer/1 8649640.560150146 ns/iter 1336207.628250122 ns/iter 6.47
BM_LockFreeBuffer/1 2930730.5812835693 ns/iter 329634.87987140083 ns/iter 8.89

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: c1aa0b8 Previous: 6644ddd Ratio
BM_ThreadYieldSpinLockThrashing/2/process_time/real_time 68.63657633463542 ms/iter 29.809093475341797 ms/iter 2.30

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.