From b0ee394f9e766b1aed4263244a06815be40fbc4d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 8 Jan 2024 19:16:32 +0000 Subject: [PATCH] add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark result for 928a87ce57d83e3f54b087ba85244eda635d0d09 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index f8349ab2a6..956ba3fc67 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1704405935041, + "lastUpdate": 1704741392345, "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", "entries": { "OpenTelemetry-cpp api Benchmark": [ @@ -135444,6 +135444,54 @@ window.BENCHMARK_DATA = { "extra": "iterations: 263\ncpu: 484904.94296577957 ns\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "43042747+samin36@users.noreply.github.com", + "name": "Shrey Amin", + "username": "samin36" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "928a87ce57d83e3f54b087ba85244eda635d0d09", + "message": "[EXPORTER] Set is_monotonic flag for Observable Counters (#2478)", + "timestamp": "2024-01-08T20:07:56+01:00", + "tree_id": "f922c31f49733844911daeb0f0d4dca03c953098", + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/928a87ce57d83e3f54b087ba85244eda635d0d09" + }, + "date": 1704741387171, + "tool": "googlecpp", + "benches": [ + { + "name": "BM_OtlpExporterEmptySpans", + "value": 44.81711847145599, + "unit": "ns/iter", + "extra": "iterations: 3165000\ncpu: 44.1260663507109 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterSparseSpans", + "value": 167.4830771289179, + "unit": "ns/iter", + "extra": "iterations: 838000\ncpu: 167.01133651551314 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterDenseSpans", + "value": 1091.1937831908233, + "unit": "ns/iter", + "extra": "iterations: 129000\ncpu: 1087.9488372093024 ns\nthreads: 1" + }, + { + "name": "BM_otlp_grpc_with_collector", + "value": 2160314.0914649293, + "unit": "ns/iter", + "extra": "iterations: 285\ncpu: 494440.0000000001 ns\nthreads: 1" + } + ] } ] }