-
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 928a87c
- Loading branch information
github-action-benchmark
committed
Jan 8, 2024
1 parent
9af1c3e
commit b0ee394
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": 1704405935041, | ||
"lastUpdate": 1704741392345, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -135444,6 +135444,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 263\ncpu: 484904.94296577957 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Shrey Amin", | ||
"username": "samin36" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "928a87ce57d83e3f54b087ba85244eda635d0d09", | ||
"message": "[EXPORTER] Set is_monotonic flag for Observable Counters (#2478)", | ||
"timestamp": "2024-01-08T20:07:56+01:00", | ||
"tree_id": "f922c31f49733844911daeb0f0d4dca03c953098", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/928a87ce57d83e3f54b087ba85244eda635d0d09" | ||
}, | ||
"date": 1704741387171, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 44.81711847145599, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3165000\ncpu: 44.1260663507109 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 167.4830771289179, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 838000\ncpu: 167.01133651551314 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1091.1937831908233, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 129000\ncpu: 1087.9488372093024 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2160314.0914649293, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 285\ncpu: 494440.0000000001 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|