Skip to content

Commit

Permalink
[BUILD] Update MODULE.bazel (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid authored Aug 2, 2024
1 parent 84368cd commit eda6e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module(
name = "opentelemetry-cpp",
version = "0",
version = "1.16.1",
compatibility_level = 0,
repo_name = "io_opentelemetry_cpp",
)
Expand Down

1 comment on commit eda6e93

@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: eda6e93 Previous: 84368cd Ratio
BM_SpinLockThrashing/2/process_time/real_time 1.4384378869849515 ms/iter 0.19996630265408713 ms/iter 7.19
BM_SpinLockThrashing/4/process_time/real_time 11.690941723910244 ms/iter 2.0180095325816763 ms/iter 5.79
BM_ProcYieldSpinLockThrashing/1/process_time/real_time 11.085001627604166 ms/iter 0.1147611141204834 ms/iter 96.59
BM_ProcYieldSpinLockThrashing/2/process_time/real_time 10.29810905456543 ms/iter 0.6351052568509028 ms/iter 16.21
BM_ProcYieldSpinLockThrashing/4/process_time/real_time 12.028475602467855 ms/iter 1.6444410596575056 ms/iter 7.31

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

Please sign in to comment.