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 5e96b80
  • Loading branch information
github-action-benchmark committed Sep 28, 2023
1 parent 9ecdcae commit f2e478b
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": 1695887965883,
"lastUpdate": 1695887967264,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -110280,6 +110280,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 305\ncpu: 435132.1311475413 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Matthijs Brobbel",
"username": "mbrobbel"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5e96b80bc964eeb61ddfd62a61d7b746fe75a97a",
"message": "[Exporter] Group spans by resource and instrumentation scope in OTLP export requests (#2335)",
"timestamp": "2023-09-28T09:46:17+02:00",
"tree_id": "ab425a00d4b4488474c0fe6e41c3cdd6977b673f",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/5e96b80bc964eeb61ddfd62a61d7b746fe75a97a"
},
"date": 1695887959563,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 39.249941000617355,
"unit": "ns/iter",
"extra": "iterations: 4010000\ncpu: 34.77064837905237 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 126.20562680791862,
"unit": "ns/iter",
"extra": "iterations: 1108000\ncpu: 125.9462093862816 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 872.7694735114957,
"unit": "ns/iter",
"extra": "iterations: 162000\ncpu: 868.4222222222222 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 1982458.8910127298,
"unit": "ns/iter",
"extra": "iterations: 312\ncpu: 448438.141025641 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit f2e478b

Please sign in to comment.