Skip to content

Commit

Permalink
add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark resul…
Browse files Browse the repository at this point in the history
…t for 32196a5
  • Loading branch information
github-action-benchmark committed Feb 27, 2024
1 parent b49437e commit abc2ef7
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1708983589786,
"lastUpdate": 1709053525688,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -152316,6 +152316,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 290\ncpu: 502103.10344827606 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Lalit Kumar Bhasin",
"username": "lalitb"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "32196a51f0e98d46cb4e1fa8928affabb5edc36b",
"message": "Fix observable attributes drop (#2557)",
"timestamp": "2024-02-27T08:56:57-08:00",
"tree_id": "4cff70da4ca2a59f021d798b5c2f57c54eb1e6a2",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/32196a51f0e98d46cb4e1fa8928affabb5edc36b"
},
"date": 1709053519700,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 50.35013723072319,
"unit": "ns/iter",
"extra": "iterations: 3009000\ncpu: 47.47936191425724 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 159.74234882954312,
"unit": "ns/iter",
"extra": "iterations: 878000\ncpu: 159.21321184510253 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 1036.4055633544922,
"unit": "ns/iter",
"extra": "iterations: 137000\ncpu: 1030.5948905109492 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 2114193.3289584736,
"unit": "ns/iter",
"extra": "iterations: 302\ncpu: 428073.5099337749 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit abc2ef7

Please sign in to comment.