-
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 589dd2a
- Loading branch information
github-action-benchmark
committed
Jan 18, 2024
1 parent
110ed45
commit 6a8cdd9
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": 1705615239153, | ||
"lastUpdate": 1705618551714, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -138552,6 +138552,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 278\ncpu: 441784.53237410064 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "bcsgh", | ||
"username": "bcsgh" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "589dd2ac6b4a33af145cea911e8e28cc16d79743", | ||
"message": "[BUILD] Fix checks on __cplusplus under MSVC, do not assume /Zc (#2493)", | ||
"timestamp": "2024-01-18T14:47:24-08:00", | ||
"tree_id": "a7039163235867f5988306080160396d0793838e", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/589dd2ac6b4a33af145cea911e8e28cc16d79743" | ||
}, | ||
"date": 1705618546521, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 41.20605063746273, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3485000\ncpu: 41.14619799139168 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 157.53654951459907, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 890000\ncpu: 157.46235955056179 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1110.6606792001164, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 136000\ncpu: 1108.7801470588238 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2399615.997815654, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 274\ncpu: 523160.2189781023 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|