From 0f0bfb4c04167a019d51e0ad2b783de327eca2ad Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 18 Nov 2024 10:05:36 +0000 Subject: [PATCH] add Benchmark (benchmarkjs) benchmark result for 9e4d36cb3e8b087a66ff263d46a551020a36f338 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 0475ee1c18..308b0988ca 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1731920385129, + "lastUpdate": 1731924336353, "repoUrl": "https://github.com/open-telemetry/opentelemetry-js", "entries": { "Benchmark": [ @@ -19414,6 +19414,58 @@ window.BENCHMARK_DATA = { "extra": "97 samples" } ] + }, + { + "commit": { + "author": { + "email": "marc.pichler@dynatrace.com", + "name": "Marc Pichler", + "username": "pichlermarc" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "9e4d36cb3e8b087a66ff263d46a551020a36f338", + "message": "fix(otlp-exporter-base): fix unhandled error when writing to destroyed http request (#5163)", + "timestamp": "2024-11-18T09:54:10Z", + "tree_id": "11ffd9c24f7c2738f42f2e614081a6b5ca2e04b7", + "url": "https://github.com/open-telemetry/opentelemetry-js/commit/9e4d36cb3e8b087a66ff263d46a551020a36f338" + }, + "date": 1731924335505, + "tool": "benchmarkjs", + "benches": [ + { + "name": "transform 1 span", + "value": 978859, + "range": "±0.32%", + "unit": "ops/sec", + "extra": "98 samples" + }, + { + "name": "transform 100 spans", + "value": 11861, + "range": "±0.30%", + "unit": "ops/sec", + "extra": "99 samples" + }, + { + "name": "create spans (10 attributes)", + "value": 671750, + "range": "±0.59%", + "unit": "ops/sec", + "extra": "96 samples" + }, + { + "name": "BatchSpanProcessor process span", + "value": 650659, + "range": "±0.35%", + "unit": "ops/sec", + "extra": "94 samples" + } + ] } ] }