Skip to content

Commit

Permalink
Update bzlmod version (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
owent authored Oct 13, 2024
1 parent 6445819 commit f69963f
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 = "1.16.1",
version = "1.17.0",
compatibility_level = 0,
repo_name = "io_opentelemetry_cpp",
)
Expand Down

1 comment on commit f69963f

@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: f69963f Previous: 6445819 Ratio
BM_BaselineBuffer/2 17159039.974212646 ns/iter 3267970.549811343 ns/iter 5.25
BM_BaselineBuffer/4 15361194.610595703 ns/iter 3926576.2597645232 ns/iter 3.91
BM_LockFreeBuffer/2 6670649.05166626 ns/iter 2671448.81527138 ns/iter 2.50
BM_LockFreeBuffer/4 10916693.210601807 ns/iter 2843056.241594385 ns/iter 3.84

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

Please sign in to comment.