From 9795d0d21ed9297b8c1cae674036e79d86a1e858 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 28 Sep 2023 08:39:56 +0000 Subject: [PATCH] add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark result for ad626cec4598165e0d297b0bdb3880968c5dfe88 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 4e311f0573..bebe125dcb 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1695890393921, + "lastUpdate": 1695890396301, "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", "entries": { "OpenTelemetry-cpp api Benchmark": [ @@ -110538,6 +110538,54 @@ window.BENCHMARK_DATA = { "extra": "iterations: 312\ncpu: 448438.141025641 ns\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "marc.alff@oracle.com", + "name": "Marc Alff", + "username": "marcalff" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "ad626cec4598165e0d297b0bdb3880968c5dfe88", + "message": "[BUILD] Need fine-grained HAVE_CPP_STDLIB (#2304)", + "timestamp": "2023-09-28T10:25:51+02:00", + "tree_id": "9b992bd66baf9f5830c7a5ba902ad1877891493d", + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/ad626cec4598165e0d297b0bdb3880968c5dfe88" + }, + "date": 1695890389501, + "tool": "googlecpp", + "benches": [ + { + "name": "BM_OtlpExporterEmptySpans", + "value": 34.97425432221935, + "unit": "ns/iter", + "extra": "iterations: 3989000\ncpu: 34.936049135121586 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterSparseSpans", + "value": 126.98438432481554, + "unit": "ns/iter", + "extra": "iterations: 1098000\ncpu: 126.5234972677596 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterDenseSpans", + "value": 880.2443742752075, + "unit": "ns/iter", + "extra": "iterations: 160000\ncpu: 876.1387499999998 ns\nthreads: 1" + }, + { + "name": "BM_otlp_grpc_with_collector", + "value": 1923546.940088272, + "unit": "ns/iter", + "extra": "iterations: 320\ncpu: 422007.8125000002 ns\nthreads: 1" + } + ] } ] }