-
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 788631d
- Loading branch information
github-action-benchmark
committed
Mar 21, 2024
1 parent
89794ac
commit aa6e6e6
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": 1710958933481, | ||
"lastUpdate": 1711043009395, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -159420,6 +159420,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 280\ncpu: 478936.3714285717 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": "788631d964d2ac3d0fb5180b3dd80917242946bf", | ||
"message": "Upgrade to googletest 1.14.0 (#2596)", | ||
"timestamp": "2024-03-21T10:26:04-07:00", | ||
"tree_id": "3269be88cb0cf7bd93c63f84fd215f2a01d25a1c", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/788631d964d2ac3d0fb5180b3dd80917242946bf" | ||
}, | ||
"date": 1711043003208, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 50.25230407714844, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3125000\ncpu: 44.49928032000001 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 173.31744973293362, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 853000\ncpu: 163.8973376318875 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1080.2213962261494, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 130000\ncpu: 1079.504653846154 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2316683.9281717935, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 300\ncpu: 481883.1400000001 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|