-
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 563094b
- Loading branch information
github-action-benchmark
committed
Feb 23, 2024
1 parent
32f7f14
commit ad6cfcf
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": 1708725403998, | ||
"lastUpdate": 1708725407437, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -151824,6 +151824,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 268\ncpu: 504087.6865671643 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": "563094b6832532cde38f4665eff957420317bc6f", | ||
"message": "[RELEASE] Release opentelemetry-cpp version 1.14.1 (#2551)", | ||
"timestamp": "2024-02-23T22:47:57+01:00", | ||
"tree_id": "2e1280b85140899a77a988effdd06c5802efdf54", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/563094b6832532cde38f4665eff957420317bc6f" | ||
}, | ||
"date": 1708725400551, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 47.193584537665316, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 2995000\ncpu: 46.28664440734558 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 178.33231684558075, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 798000\ncpu: 177.26766917293236 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1141.5811088996204, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 123000\ncpu: 1138.1991869918697 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2385709.8705363725, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 265\ncpu: 512193.96226415073 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|