-
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 96e5078
- Loading branch information
github-action-benchmark
committed
Dec 8, 2023
1 parent
478f770
commit b43c9fb
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": 1702072988546, | ||
"lastUpdate": 1702072991259, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -131400,6 +131400,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 303\ncpu: 470556.76567656745 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": "96e5078cfffbf35dca590326e321db607730d3f6", | ||
"message": "[BUILD] Accept path list in OPENTELEMETRY_EXTERNAL_COMPONENT_PATH (#2439)", | ||
"timestamp": "2023-12-08T13:54:37-08:00", | ||
"tree_id": "f2b2a28b9f7b6088ca357b423b488c3f6fa837dc", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/96e5078cfffbf35dca590326e321db607730d3f6" | ||
}, | ||
"date": 1702072983637, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 39.052681897456274, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3559000\ncpu: 38.99542006181512 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 169.7996193338711, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 957000\ncpu: 169.78296760710555 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1097.219467163086, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 125000\ncpu: 1097.2432000000003 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2056779.3399095535, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 256\ncpu: 518048.8281250001 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|