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 d49ba52
  • Loading branch information
github-action-benchmark committed Sep 25, 2023
1 parent 74dabb1 commit 9863e07
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": 1695570023429,
"lastUpdate": 1695656765909,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -107736,6 +107736,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 307\ncpu: 439881.4332247555 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": "d49ba52591b675dd7747e2a017793559c5196654",
"message": "[exporters/prometheus] Get rid of friend test (#2329)\n\nInstead, test using the TranslateToPrometheus public API.",
"timestamp": "2023-09-25T08:30:48-07:00",
"tree_id": "71110f0bdf9e9dd72c96751881e09cc5488eb3ee",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/d49ba52591b675dd7747e2a017793559c5196654"
},
"date": 1695656760597,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 180.52630195110092,
"unit": "ns/iter",
"extra": "iterations: 977000\ncpu: 143.5675537359263 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 332.75137111801126,
"unit": "ns/iter",
"extra": "iterations: 639000\ncpu: 227.4948356807512 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 1252.5401500441274,
"unit": "ns/iter",
"extra": "iterations: 161000\ncpu: 894.6565217391308 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 2364363.760318396,
"unit": "ns/iter",
"extra": "iterations: 265\ncpu: 519314.71698113217 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 9863e07

Please sign in to comment.