-
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 19f0dc7
- Loading branch information
github-action-benchmark
committed
Mar 12, 2024
1 parent
7e079f8
commit 3b27106
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": 1710265400152, | ||
"lastUpdate": 1710265402069, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -158730,6 +158730,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 260\ncpu: 500946.0769230773 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Harish", | ||
"username": "perhapsmaple" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "19f0dc7760e2852efacd1ba9fe5b4cbfbf3edfb2", | ||
"message": "[EXPORTER] OTLP: Fix missing ResourceMetrics SchemaURL (#2587)", | ||
"timestamp": "2024-03-12T10:34:24-07:00", | ||
"tree_id": "5357c689b05749a0b09e78b2977d887f3008b65a", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/19f0dc7760e2852efacd1ba9fe5b4cbfbf3edfb2" | ||
}, | ||
"date": 1710265394911, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 53.56278640544967, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3020000\ncpu: 45.98539900662253 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 174.88831030228002, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 806000\ncpu: 169.87458808933008 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1097.172729728758, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 129000\ncpu: 1082.2988139534887 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2146852.513154348, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 288\ncpu: 483859.9930555557 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|