Skip to content

Commit

Permalink
Upgrade to nlohmann_json 3.11.3 (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Mar 21, 2024
1 parent 788631d commit 0375cd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ def opentelemetry_cpp_deps():
http_archive,
name = "github_nlohmann_json",
build_file = "@io_opentelemetry_cpp//bazel:nlohmann_json.BUILD",
sha256 = "e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed",
sha256 = "a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d",
urls = [
"https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip",
"https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip",
],
)

Expand Down
2 changes: 1 addition & 1 deletion third_party/nlohmann-json
Submodule nlohmann-json updated 286 files
2 changes: 1 addition & 1 deletion third_party_release
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abseil=20220623.1
benchmark=v1.7.1
googletest=1.14.0
ms-gsl=v3.1.0-67-g6f45293
nlohmann-json=v3.11.2
nlohmann-json=v3.11.3
opentelemetry-proto=v1.1.0
opentracing-cpp=v1.6.0
prometheus-cpp=v1.1.0
Expand Down

2 comments on commit 0375cd4

@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: 0375cd4 Previous: 788631d Ratio
BM_BaselineBuffer/1 13456814.289093018 ns/iter 3695811.0332489014 ns/iter 3.64
BM_BaselineBuffer/2 7384028.434753418 ns/iter 2515353.7992098145 ns/iter 2.94
BM_BaselineBuffer/4 15134940.147399902 ns/iter 2446695.270701351 ns/iter 6.19

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

@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: 0375cd4 Previous: 788631d Ratio
BM_ProcYieldSpinLockThrashing/1/process_time/real_time 0.18312845911298478 ms/iter 0.07620409353455501 ms/iter 2.40

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

Please sign in to comment.