Skip to content

Commit

Permalink
Remove running CI on async-changes branch on PR (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Sep 8, 2022
1 parent e4b0420 commit b8504d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main, async-changes ]
branches: [ main ]

jobs:
cmake_test:
Expand Down

1 comment on commit b8504d9

@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: b8504d9 Previous: e4b0420 Ratio
BM_SpinLockThrashing/2/process_time/real_time 1.2043221243496598 ms/iter 0.21977854739080877 ms/iter 5.48
BM_ProcYieldSpinLockThrashing/2/process_time/real_time 1.039901146521935 ms/iter 0.21712519228458405 ms/iter 4.79
BM_NaiveSpinLockThrashing/2/process_time/real_time 1.0874726390110627 ms/iter 0.21422872830495215 ms/iter 5.08

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

Please sign in to comment.