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 7b82473
  • Loading branch information
github-action-benchmark committed Oct 1, 2024
1 parent 6aa968d commit b9c0413
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": 1727815375097,
"lastUpdate": 1727815376783,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -197358,6 +197358,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 232\ncpu: 606325.4655172412 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Punya Biswal",
"username": "punya"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7b824738c3cf6bd56fc833918fd034820a4c9735",
"message": "[SDK] Update MetricProducer interface to match spec (#3044)\n\nFollowing https://github.com/open-telemetry/opentelemetry-specification/blob/v1.36.0/specification/metrics/sdk.md#metricproducer.\r\n\r\nUpdates #1831",
"timestamp": "2024-10-01T22:29:22+02:00",
"tree_id": "53decf5618546995546bcfeeeca3974872803ae1",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/7b824738c3cf6bd56fc833918fd034820a4c9735"
},
"date": 1727815367882,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 17.770165889911727,
"unit": "ns/iter",
"extra": "iterations: 7841000\ncpu: 17.768697487565362 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 127.54903496484637,
"unit": "ns/iter",
"extra": "iterations: 1118000\ncpu: 124.79611359570664 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 943.1602149609698,
"unit": "ns/iter",
"extra": "iterations: 151000\ncpu: 940.5999735099334 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 1703247.7532932332,
"unit": "ns/iter",
"extra": "iterations: 229\ncpu: 612927.9737991269 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit b9c0413

Please sign in to comment.