From c02ff99a7e1e13393825a703b8c415fa0396bd3f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 21 Nov 2023 09:14:50 +0000 Subject: [PATCH] add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark result for 9b89843553d09afbae428913573d12afbb99be75 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index fec38a0f04..cef20cee90 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1700558085882, + "lastUpdate": 1700558090407, "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", "entries": { "OpenTelemetry-cpp api Benchmark": [ @@ -124740,6 +124740,54 @@ window.BENCHMARK_DATA = { "extra": "iterations: 264\ncpu: 529443.1818181819 ns\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "lalit_fin@yahoo.com", + "name": "Lalit Kumar Bhasin", + "username": "lalitb" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "9b89843553d09afbae428913573d12afbb99be75", + "message": "[SDK] Cardinality limits for metrics streams (Sync Instruments + Delta Temporality) (#2255)", + "timestamp": "2023-11-21T10:06:06+01:00", + "tree_id": "3e36fc410869eb6f7879d478550cab59da9ecc34", + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/9b89843553d09afbae428913573d12afbb99be75" + }, + "date": 1700558083060, + "tool": "googlecpp", + "benches": [ + { + "name": "BM_OtlpExporterEmptySpans", + "value": 46.087381167289536, + "unit": "ns/iter", + "extra": "iterations: 3120000\ncpu: 45.79971153846155 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterSparseSpans", + "value": 179.08087905768483, + "unit": "ns/iter", + "extra": "iterations: 794000\ncpu: 178.33085642317383 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterDenseSpans", + "value": 1169.5778888204823, + "unit": "ns/iter", + "extra": "iterations: 138000\ncpu: 1162.4195652173912 ns\nthreads: 1" + }, + { + "name": "BM_otlp_grpc_with_collector", + "value": 2226926.071543089, + "unit": "ns/iter", + "extra": "iterations: 284\ncpu: 474642.95774647885 ns\nthreads: 1" + } + ] } ] }