From b43c9fb2832df562c01fe57213bd573c6fcf9eed Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 8 Dec 2023 22:03:11 +0000 Subject: [PATCH] add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark result for 96e5078cfffbf35dca590326e321db607730d3f6 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 3dfa993259..bd73d89ec0 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1702072988546, + "lastUpdate": 1702072991259, "repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", "entries": { "OpenTelemetry-cpp api Benchmark": [ @@ -131400,6 +131400,54 @@ window.BENCHMARK_DATA = { "extra": "iterations: 303\ncpu: 470556.76567656745 ns\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "Tom.Tan@microsoft.com", + "name": "Tom Tan", + "username": "ThomsonTan" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "96e5078cfffbf35dca590326e321db607730d3f6", + "message": "[BUILD] Accept path list in OPENTELEMETRY_EXTERNAL_COMPONENT_PATH (#2439)", + "timestamp": "2023-12-08T13:54:37-08:00", + "tree_id": "f2b2a28b9f7b6088ca357b423b488c3f6fa837dc", + "url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/96e5078cfffbf35dca590326e321db607730d3f6" + }, + "date": 1702072983637, + "tool": "googlecpp", + "benches": [ + { + "name": "BM_OtlpExporterEmptySpans", + "value": 39.052681897456274, + "unit": "ns/iter", + "extra": "iterations: 3559000\ncpu: 38.99542006181512 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterSparseSpans", + "value": 169.7996193338711, + "unit": "ns/iter", + "extra": "iterations: 957000\ncpu: 169.78296760710555 ns\nthreads: 1" + }, + { + "name": "BM_OtlpExporterDenseSpans", + "value": 1097.219467163086, + "unit": "ns/iter", + "extra": "iterations: 125000\ncpu: 1097.2432000000003 ns\nthreads: 1" + }, + { + "name": "BM_otlp_grpc_with_collector", + "value": 2056779.3399095535, + "unit": "ns/iter", + "extra": "iterations: 256\ncpu: 518048.8281250001 ns\nthreads: 1" + } + ] } ] }