-
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 9f6d145
- Loading branch information
github-action-benchmark
committed
Dec 6, 2023
1 parent
da4ddb7
commit d0c67b7
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": 1701822823991, | ||
"lastUpdate": 1701822827970, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -129426,6 +129426,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 278\ncpu: 427414.3884892085 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": "9f6d1453e7b4207eeac20ac3f5b748a1159224af", | ||
"message": "[REMOVAL] Remove ZPAGES (#2433)", | ||
"timestamp": "2023-12-06T01:25:11+01:00", | ||
"tree_id": "96e6c572835461806e96ee5a80e91e30c315ceca", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/9f6d1453e7b4207eeac20ac3f5b748a1159224af" | ||
}, | ||
"date": 1701822822026, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 45.73940306670906, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3096000\ncpu: 45.420413436692506 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 178.33347102988355, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 789000\ncpu: 177.22217997465148 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1154.2657526527962, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 123000\ncpu: 1143.6203252032526 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2282292.3033776945, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 274\ncpu: 507130.65693430667 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|