Skip to content

Commit

Permalink
add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark resul…
Browse files Browse the repository at this point in the history
…t for 0ea1f2c
  • Loading branch information
github-action-benchmark committed Oct 8, 2024
1 parent 4477d87 commit 2eab714
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1728372358261,
"lastUpdate": 1728372359838,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"entries": {
"OpenTelemetry-cpp api Benchmark": [
Expand Down Expand Up @@ -199134,6 +199134,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 237\ncpu: 596125.0801687762 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Maxime Leblanc",
"username": "ShadowMaxLeb"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "0ea1f2c6442ac53f567077633865930794649699",
"message": "[EXPORTER] Fix crash in ElasticsearchLogRecordExporter when (#3082)\n\nusing constructor with user given options (#3078)\r\n\r\n Closes #3078",
"timestamp": "2024-10-08T09:12:37+02:00",
"tree_id": "88b1785d5cb45ad319cbafd2e0405692bce386ae",
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/0ea1f2c6442ac53f567077633865930794649699"
},
"date": 1728372350682,
"tool": "googlecpp",
"benches": [
{
"name": "BM_OtlpExporterEmptySpans",
"value": 17.980522175174936,
"unit": "ns/iter",
"extra": "iterations: 7860000\ncpu: 17.979663231552166 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterSparseSpans",
"value": 127.25288043392887,
"unit": "ns/iter",
"extra": "iterations: 1119000\ncpu: 124.86854334226989 ns\nthreads: 1"
},
{
"name": "BM_OtlpExporterDenseSpans",
"value": 934.7407023111979,
"unit": "ns/iter",
"extra": "iterations: 150000\ncpu: 931.9842066666669 ns\nthreads: 1"
},
{
"name": "BM_otlp_grpc_with_collector",
"value": 1677477.1542384706,
"unit": "ns/iter",
"extra": "iterations: 232\ncpu: 603757.4827586206 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 2eab714

Please sign in to comment.