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 f3132e5
  • Loading branch information
github-action-benchmark committed Jan 17, 2024
1 parent 286f0cb commit 3c7e14d
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": 1705445930467,
"lastUpdate": 1705479593261,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -137220,6 +137220,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 267\ncpu: 495461.0486891386 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Tom Tan",
"username": "ThomsonTan"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "f3132e5304d9f1a049ffde82b57622c826b70f74",
"message": "[EXPORTER] Fix forward protocol encoding for ETW exporter (#2473)",
"timestamp": "2024-01-17T09:11:06+01:00",
"tree_id": "ec20a44f254859ff03357f57ab4ff603a38a1628",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/f3132e5304d9f1a049ffde82b57622c826b70f74"
},
"date": 1705479588278,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 42.888844991073654,
"unit": "ns/iter",
"extra": "iterations: 3194000\ncpu: 42.69455228553538 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 177.4542878196582,
"unit": "ns/iter",
"extra": "iterations: 794000\ncpu: 176.88236775818635 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 1141.7468388875325,
"unit": "ns/iter",
"extra": "iterations: 120000\ncpu: 1133.520833333334 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 1860179.762909378,
"unit": "ns/iter",
"extra": "iterations: 276\ncpu: 427707.24637681164 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 3c7e14d

Please sign in to comment.