-
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 0b9371d
- Loading branch information
github-action-benchmark
committed
Dec 13, 2023
1 parent
b43c9fb
commit f67ff2d
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": 1702072991259, | ||
"lastUpdate": 1702500378417, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -131448,6 +131448,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 256\ncpu: 518048.8281250001 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tom Tan", | ||
"username": "ThomsonTan" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0b9371dcc5d26b2721482a7c0f89eb154dbe364f", | ||
"message": "[BUILD] Fix removing of NOMINMAX on Windows (#2449)", | ||
"timestamp": "2023-12-13T21:37:55+01:00", | ||
"tree_id": "d43f1afc29626900a39d96ccabf5c0530b66f0a4", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/0b9371dcc5d26b2721482a7c0f89eb154dbe364f" | ||
}, | ||
"date": 1702500373391, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 46.951518997530584, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3068000\ncpu: 46.07477183833117 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 174.21057509405315, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 786000\ncpu: 173.9081424936387 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1350.583053949311, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 127000\ncpu: 1170.6031496062994 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2222449.7882437794, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 273\ncpu: 489923.44322344306 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|