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 0803569
  • Loading branch information
github-action-benchmark committed Sep 4, 2024
1 parent dfda51f commit 38263da
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": 1725479932017,
"lastUpdate": 1725479936473,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -196470,6 +196470,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 231\ncpu: 607418.6190476189 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Alex Boten",
"username": "codeboten"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "080356950e121630f0ba518b963f00fce25a589b",
"message": "[TEST] update collector example with debug exporter (#3050)\n\nThe logging exporter was renamed debug in 2023, the logging exporter will be removed in the near future, updating the example accordingly.",
"timestamp": "2024-09-04T21:45:12+02:00",
"tree_id": "115f101dd750de6a74aa466e2006753ec76d2075",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/080356950e121630f0ba518b963f00fce25a589b"
},
"date": 1725479926911,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 17.590955709307725,
"unit": "ns/iter",
"extra": "iterations: 7952000\ncpu: 17.585939134808854 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 131.52306477599132,
"unit": "ns/iter",
"extra": "iterations: 1073000\ncpu: 129.30391053122088 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 929.289742519981,
"unit": "ns/iter",
"extra": "iterations: 152000\ncpu: 926.0064802631579 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 1614655.547899238,
"unit": "ns/iter",
"extra": "iterations: 233\ncpu: 599676.8969957081 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 38263da

Please sign in to comment.