From 636d6b8112ff31405a8831cba014aed8e79e7190 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 21 Mar 2024 19:41:48 +0000 Subject: [PATCH] add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark result for 3f8d95446843d6b456b51207036a693349c5d6cc --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 92ca7fa614..9284511e0a 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1711044992367, + "lastUpdate": 1711050108109, "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", "entries": { "OpenTelemetry-cpp api Benchmark": [ @@ -160308,6 +160308,54 @@ window.BENCHMARK_DATA = { "extra": "iterations: 299\ncpu: 477927.307692308 ns\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "keithbsmiley@gmail.com", + "name": "Keith Smiley", + "username": "keith" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "3f8d95446843d6b456b51207036a693349c5d6cc", + "message": "[bazel] Move -std=c++14 to .bazelrc (#2600)\n\nThis way it applies to local builds as well as CI builds", + "timestamp": "2024-03-21T20:33:11+01:00", + "tree_id": "d35e547eb428c899a8069979bc5ad3eb8bea5ae9", + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/3f8d95446843d6b456b51207036a693349c5d6cc" + }, + "date": 1711050101874, + "tool": "googlecpp", + "benches": [ + { + "name": "BM_OtlpExporterEmptySpans", + "value": 48.898293503693175, + "unit": "ns/iter", + "extra": "iterations: 3584000\ncpu: 45.42799246651786 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterSparseSpans", + "value": 92.68556518116216, + "unit": "ns/iter", + "extra": "iterations: 1392000\ncpu: 92.68589583333336 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterDenseSpans", + "value": 639.6185268055309, + "unit": "ns/iter", + "extra": "iterations: 220000\ncpu: 639.6214636363635 ns\nthreads: 1" + }, + { + "name": "BM_otlp_grpc_with_collector", + "value": 1749759.746922387, + "unit": "ns/iter", + "extra": "iterations: 288\ncpu: 504814.97569444426 ns\nthreads: 1" + } + ] } ] }