-
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 fe15d0a
- Loading branch information
github-action-benchmark
committed
Jan 23, 2024
1 parent
69ea2c4
commit 0e18114
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": 1706030308539, | ||
"lastUpdate": 1706030309966, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -141414,6 +141414,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 277\ncpu: 515758.48375451297 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Sai Harsha Kottapalli", | ||
"username": "SaiHarshaK" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "fe15d0a4d1b441da796f2b93930787465d4d2643", | ||
"message": "[BUILD] Fix multiple assignment operators for SpinLockMutex (#2501)", | ||
"timestamp": "2024-01-23T09:08:56-08:00", | ||
"tree_id": "537053468344289f9dd86253e0ed7ac80660e13f", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/fe15d0a4d1b441da796f2b93930787465d4d2643" | ||
}, | ||
"date": 1706030303399, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 44.71308951688497, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3239000\ncpu: 44.38836060512504 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 176.73836141673442, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 788000\ncpu: 176.576269035533 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1257.4195861816406, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 123000\ncpu: 1141.9081300813004 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2321365.444062034, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 283\ncpu: 489657.2438162546 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|