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 2c4b2a9
  • Loading branch information
github-action-benchmark committed Oct 11, 2023
1 parent dec03c3 commit 48a26cc
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": 1697045487100,
"lastUpdate": 1697045489277,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -113922,6 +113922,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 353\ncpu: 388916.1473087817 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "andremarianiello",
"username": "andremarianiello"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "2c4b2a910c56ec60bcce0ba86a3296d59d121061",
"message": "Fix behavior of opentracing-shim when added as subdirectory of a larger project (#2356)",
"timestamp": "2023-10-11T19:18:32+02:00",
"tree_id": "7460c329d40f5928153c34cea6d659a7634c5214",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/2c4b2a910c56ec60bcce0ba86a3296d59d121061"
},
"date": 1697045480988,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 33.84416535762196,
"unit": "ns/iter",
"extra": "iterations: 4378000\ncpu: 30.2529465509365 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 131.09077788069783,
"unit": "ns/iter",
"extra": "iterations: 1209000\ncpu: 115.60719602977667 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 803.4969561666414,
"unit": "ns/iter",
"extra": "iterations: 181000\ncpu: 778.0801104972377 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 1540565.3512965867,
"unit": "ns/iter",
"extra": "iterations: 342\ncpu: 342532.16374269 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 48a26cc

Please sign in to comment.