-
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 89a3d9b
- Loading branch information
github-action-benchmark
committed
Feb 23, 2024
1 parent
d8300bf
commit 8d03e0e
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": 1708718602264, | ||
"lastUpdate": 1708718603634, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -150738,6 +150738,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 273\ncpu: 516763.0036630038 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Alff", | ||
"username": "marcalff" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "89a3d9be45021d1eb69d1b3a5c6cff33cfce90bb", | ||
"message": "[DOC] Add missing CHANGELOG. (#2549)", | ||
"timestamp": "2024-02-23T20:54:30+01:00", | ||
"tree_id": "1e5859ad27c6b64b8f91bb4b8c8d4af7473ab5d4", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/89a3d9be45021d1eb69d1b3a5c6cff33cfce90bb" | ||
}, | ||
"date": 1708718597398, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 44.64529277977723, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3204000\ncpu: 44.39759675405743 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 176.29423584214118, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 797000\ncpu: 176.08368883312426 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1148.310399824573, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 124000\ncpu: 1145.1298387096774 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2350692.3313558535, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 274\ncpu: 503385.76642335765 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|