From 612ff5387b3020a12bc6db967571f987d20d961c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 25 Jan 2024 08:47:23 +0000 Subject: [PATCH] add Benchmark (benchmarkjs) benchmark result for 37119908d6a89ee2ebcb708c2c15ef708121c811 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 3a9f7dfeba..16276b0c96 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1706169337300, + "lastUpdate": 1706172443367, "repoUrl": "https://github.com/open-telemetry/opentelemetry-js", "entries": { "Benchmark": [ @@ -3762,6 +3762,58 @@ window.BENCHMARK_DATA = { "extra": "98 samples" } ] + }, + { + "commit": { + "author": { + "email": "crayonsrcool@hotmail.com", + "name": "rdeavila94", + "username": "rdeavila94" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "37119908d6a89ee2ebcb708c2c15ef708121c811", + "message": "fix(instrumentation-fetch): compatibility with Map inputs for request headers with fetch (#4348)\n\n* fix(@opentelemetry-instrumentation-fetch): compatibility with Map inputs for request headers with fetch\r\n\r\n* Update experimental/CHANGELOG.md\r\n\r\nCo-authored-by: Marc Pichler \r\n\r\n* adding description for ts-ignore\r\n\r\n* fix(changlog): move entry to unreleased\r\n\r\n* fix: add lint ignore\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Pichler ", + "timestamp": "2024-01-25T09:45:37+01:00", + "tree_id": "e15f774afaa21f5c3d5173c4eb56abacafcf7eb6", + "url": "https://github.com/open-telemetry/opentelemetry-js/commit/37119908d6a89ee2ebcb708c2c15ef708121c811" + }, + "date": 1706172442465, + "tool": "benchmarkjs", + "benches": [ + { + "name": "transform 1 span", + "value": 998516, + "range": "±0.31%", + "unit": "ops/sec", + "extra": "97 samples" + }, + { + "name": "transform 100 spans", + "value": 12418, + "range": "±0.28%", + "unit": "ops/sec", + "extra": "97 samples" + }, + { + "name": "create spans (10 attributes)", + "value": 660230, + "range": "±0.82%", + "unit": "ops/sec", + "extra": "97 samples" + }, + { + "name": "BatchSpanProcessor process span", + "value": 636800, + "range": "±0.53%", + "unit": "ops/sec", + "extra": "99 samples" + } + ] } ] }