-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark resul…
…t for ad626ce
- Loading branch information
github-action-benchmark
committed
Sep 28, 2023
1 parent
fd88473
commit 9795d0d
Showing
1 changed file
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1695890393921, | ||
"lastUpdate": 1695890396301, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -110538,6 +110538,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 312\ncpu: 448438.141025641 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Alff", | ||
"username": "marcalff" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ad626cec4598165e0d297b0bdb3880968c5dfe88", | ||
"message": "[BUILD] Need fine-grained HAVE_CPP_STDLIB (#2304)", | ||
"timestamp": "2023-09-28T10:25:51+02:00", | ||
"tree_id": "9b992bd66baf9f5830c7a5ba902ad1877891493d", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/ad626cec4598165e0d297b0bdb3880968c5dfe88" | ||
}, | ||
"date": 1695890389501, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 34.97425432221935, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3989000\ncpu: 34.936049135121586 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 126.98438432481554, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1098000\ncpu: 126.5234972677596 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 880.2443742752075, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 160000\ncpu: 876.1387499999998 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 1923546.940088272, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 320\ncpu: 422007.8125000002 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|