From 3b27106a26a2875a91fd61a4f9528c0aa8200e31 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 12 Mar 2024 17:43:22 +0000 Subject: [PATCH] add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark result for 19f0dc7760e2852efacd1ba9fe5b4cbfbf3edfb2 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 63a2eba01f..f8b41ff879 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1710265400152, + "lastUpdate": 1710265402069, "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", "entries": { "OpenTelemetry-cpp api Benchmark": [ @@ -158730,6 +158730,54 @@ window.BENCHMARK_DATA = { "extra": "iterations: 260\ncpu: 500946.0769230773 ns\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "140232061+perhapsmaple@users.noreply.github.com", + "name": "Harish", + "username": "perhapsmaple" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "19f0dc7760e2852efacd1ba9fe5b4cbfbf3edfb2", + "message": "[EXPORTER] OTLP: Fix missing ResourceMetrics SchemaURL (#2587)", + "timestamp": "2024-03-12T10:34:24-07:00", + "tree_id": "5357c689b05749a0b09e78b2977d887f3008b65a", + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/19f0dc7760e2852efacd1ba9fe5b4cbfbf3edfb2" + }, + "date": 1710265394911, + "tool": "googlecpp", + "benches": [ + { + "name": "BM_OtlpExporterEmptySpans", + "value": 53.56278640544967, + "unit": "ns/iter", + "extra": "iterations: 3020000\ncpu: 45.98539900662253 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterSparseSpans", + "value": 174.88831030228002, + "unit": "ns/iter", + "extra": "iterations: 806000\ncpu: 169.87458808933008 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterDenseSpans", + "value": 1097.172729728758, + "unit": "ns/iter", + "extra": "iterations: 129000\ncpu: 1082.2988139534887 ns\nthreads: 1" + }, + { + "name": "BM_otlp_grpc_with_collector", + "value": 2146852.513154348, + "unit": "ns/iter", + "extra": "iterations: 288\ncpu: 483859.9930555557 ns\nthreads: 1" + } + ] } ] }