Skip to content

Commit 752f22f

Browse files
author
github-action-benchmark
committed
add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark result for b1253a7
1 parent 2f3cdd8 commit 752f22f

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

benchmarks/data.js

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1749287684074,
2+
"lastUpdate": 1749287686386,
33
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
44
"entries": {
55
"OpenTelemetry-cpp api Benchmark": [
@@ -282684,6 +282684,54 @@ window.BENCHMARK_DATA = {
282684282684
"extra": "iterations: 224\ncpu: 626269.3348214283 ns\nthreads: 1"
282685282685
}
282686282686
]
282687+
},
282688+
{
282689+
"commit": {
282690+
"author": {
282691+
"email": "[email protected]",
282692+
"name": "Douglas Heriot",
282693+
"username": "DouglasHeriot"
282694+
},
282695+
"committer": {
282696+
"email": "[email protected]",
282697+
"name": "GitHub",
282698+
"username": "web-flow"
282699+
},
282700+
"distinct": true,
282701+
"id": "b1253a7484ad33ac3b66f493cd9291afb2d99337",
282702+
"message": "[SDK] Add credentials option to OTLP gRPC client (#3402) (#3403)\n\nThis allows passing custom `ChannelCredentials` when creating gRPC channels, to support authentication protocols that require short-lived tokens.",
282703+
"timestamp": "2025-06-07T11:10:50+02:00",
282704+
"tree_id": "cee8cba5cbda23d32472e058f0977da588f91061",
282705+
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/b1253a7484ad33ac3b66f493cd9291afb2d99337"
282706+
},
282707+
"date": 1749287666378,
282708+
"tool": "googlecpp",
282709+
"benches": [
282710+
{
282711+
"name": "BM_OtlpExporterEmptySpans",
282712+
"value": 20.083026591793736,
282713+
"unit": "ns/iter",
282714+
"extra": "iterations: 7780000\ncpu: 20.077370051413883 ns\nthreads: 1"
282715+
},
282716+
{
282717+
"name": "BM_OtlpExporterSparseSpans",
282718+
"value": 133.31655313760155,
282719+
"unit": "ns/iter",
282720+
"extra": "iterations: 1052000\ncpu: 131.00725285171103 ns\nthreads: 1"
282721+
},
282722+
{
282723+
"name": "BM_OtlpExporterDenseSpans",
282724+
"value": 948.1923000232593,
282725+
"unit": "ns/iter",
282726+
"extra": "iterations: 148000\ncpu: 943.6774864864867 ns\nthreads: 1"
282727+
},
282728+
{
282729+
"name": "BM_otlp_grpc_with_collector",
282730+
"value": 1743976.310764193,
282731+
"unit": "ns/iter",
282732+
"extra": "iterations: 223\ncpu: 621223.9865470853 ns\nthreads: 1"
282733+
}
282734+
]
282687282735
}
282688282736
]
282689282737
}

0 commit comments

Comments
 (0)