Skip to content

Commit

Permalink
[bazel] Update prometheus-cpp in MODULE.bazel (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 23, 2024
1 parent 09c0616 commit 6a77bcd
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 @@ -16,7 +16,7 @@ bazel_dep(name = "nlohmann_json", version = "3.11.3", repo_name = "github_nlohma
bazel_dep(name = "opentelemetry-proto", version = "1.3.2", 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.2.4", repo_name = "com_github_jupp0r_prometheus_cpp")
bazel_dep(name = "prometheus-cpp", version = "1.3.0", repo_name = "com_github_jupp0r_prometheus_cpp")
bazel_dep(name = "protobuf", version = "26.0", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "zlib", version = "1.3.1.bcr.1")
Expand Down

1 comment on commit 6a77bcd

@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: 6a77bcd Previous: 09c0616 Ratio
BM_SpinLockThrashing/1/process_time/real_time 0.4278137683868408 ms/iter 0.1591037117927909 ms/iter 2.69
BM_SpinLockThrashing/2/process_time/real_time 0.47466963416269975 ms/iter 0.18823103046767423 ms/iter 2.52
BM_NaiveSpinLockThrashing/4/process_time/real_time 1.4663856394969634 ms/iter 0.6850022895663392 ms/iter 2.14

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

Please sign in to comment.