Skip to content

Commit

Permalink
[bazel] Update opentelemetry-proto in MODULE.bazel (#3163)
Browse files Browse the repository at this point in the history
Mirrors fe68d51
  • Loading branch information
keith authored Nov 25, 2024
1 parent 31956f8 commit 2a8c8bc
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 @@ -13,7 +13,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "curl", version = "8.8.0")
bazel_dep(name = "grpc", version = "1.63.1.bcr.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "nlohmann_json", version = "3.11.3", repo_name = "github_nlohmann_json")
bazel_dep(name = "opentelemetry-proto", version = "1.3.2", repo_name = "com_github_opentelemetry_proto")
bazel_dep(name = "opentelemetry-proto", version = "1.4.0", repo_name = "com_github_opentelemetry_proto")
bazel_dep(name = "opentracing-cpp", version = "1.6.0", repo_name = "com_github_opentracing")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "prometheus-cpp", version = "1.3.0", repo_name = "com_github_jupp0r_prometheus_cpp")
Expand Down

1 comment on commit 2a8c8bc

@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: 2a8c8bc Previous: 31956f8 Ratio
BM_SpinLockThrashing/2/process_time/real_time 0.5026336773824135 ms/iter 0.17471068645747775 ms/iter 2.88
BM_ProcYieldSpinLockThrashing/2/process_time/real_time 0.4099493157373716 ms/iter 0.17216313696027702 ms/iter 2.38
BM_ProcYieldSpinLockThrashing/4/process_time/real_time 2.3751971009489776 ms/iter 0.6836047539344201 ms/iter 3.47
BM_NaiveSpinLockThrashing/2/process_time/real_time 0.9932813718337421 ms/iter 0.19964948858430842 ms/iter 4.98
BM_NaiveSpinLockThrashing/4/process_time/real_time 2.3063114008952663 ms/iter 0.6721227065376614 ms/iter 3.43

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

Please sign in to comment.