-
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 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.
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": 1695570023429, | ||
"lastUpdate": 1695656765909, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|