-
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 3f8d954
- Loading branch information
github-action-benchmark
committed
Mar 21, 2024
1 parent
560e906
commit 636d6b8
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": 1711044992367, | ||
"lastUpdate": 1711050108109, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -160308,6 +160308,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 299\ncpu: 477927.307692308 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Keith Smiley", | ||
"username": "keith" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "3f8d95446843d6b456b51207036a693349c5d6cc", | ||
"message": "[bazel] Move -std=c++14 to .bazelrc (#2600)\n\nThis way it applies to local builds as well as CI builds", | ||
"timestamp": "2024-03-21T20:33:11+01:00", | ||
"tree_id": "d35e547eb428c899a8069979bc5ad3eb8bea5ae9", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/3f8d95446843d6b456b51207036a693349c5d6cc" | ||
}, | ||
"date": 1711050101874, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 48.898293503693175, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3584000\ncpu: 45.42799246651786 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 92.68556518116216, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1392000\ncpu: 92.68589583333336 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 639.6185268055309, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 220000\ncpu: 639.6214636363635 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 1749759.746922387, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 288\ncpu: 504814.97569444426 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|