-
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 a4961c4
- Loading branch information
github-action-benchmark
committed
Sep 26, 2023
1 parent
0172351
commit 4d85470
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": 1695688717646, | ||
"lastUpdate": 1695688719554, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -108774,6 +108774,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 275\ncpu: 519676.36363636365 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Reiley Yang", | ||
"username": "reyang" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a4961c421c9687ea5b750c8df3374cd842b1d5a8", | ||
"message": "Simplify the project status section to better communicate the intention (#2332)\n\n* Simplify the project status section to better communicate the intention\r\n\r\n* cleanup", | ||
"timestamp": "2023-09-25T17:25:24-07:00", | ||
"tree_id": "290287357f05c3d3b9b0226426df90366c70022a", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/a4961c421c9687ea5b750c8df3374cd842b1d5a8" | ||
}, | ||
"date": 1695688713030, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 168.6126407649782, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1152000\ncpu: 120.69375 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 232.29251978090244, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 753000\ncpu: 184.34608233731743 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 733.1359080779247, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 195000\ncpu: 731.1369230769233 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2242903.1153720636, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 297\ncpu: 455312.79461279453 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|