From 57cff1fc317e157f7901769cbae856d5c40fecc3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 1 Dec 2023 16:45:02 +0000 Subject: [PATCH] add Benchmark (benchmarkjs) benchmark result for 6dd075cdf66d93aae43c647999d7bd5f885651ba --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 407649d51eb..b718a4afae6 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701354239265, + "lastUpdate": 1701449101916, "repoUrl": "https://github.com/open-telemetry/opentelemetry-js", "entries": { "Benchmark": [ @@ -1000,6 +1000,58 @@ window.BENCHMARK_DATA = { "extra": "96 samples" } ] + }, + { + "commit": { + "author": { + "email": "dyladan@users.noreply.github.com", + "name": "Daniel Dyla", + "username": "dyladan" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "6dd075cdf66d93aae43c647999d7bd5f885651ba", + "message": "Merge pull request #4336 from dyladan/test-20\n\nAdd node 20 to test matrix", + "timestamp": "2023-12-01T11:20:54-05:00", + "tree_id": "1e77f826f76b4647ed402e8b9bbf50191ca80959", + "url": "https://github.com/open-telemetry/opentelemetry-js/commit/6dd075cdf66d93aae43c647999d7bd5f885651ba" + }, + "date": 1701449100997, + "tool": "benchmarkjs", + "benches": [ + { + "name": "transform 1 span", + "value": 687127, + "range": "±0.24%", + "unit": "ops/sec", + "extra": "97 samples" + }, + { + "name": "transform 100 spans", + "value": 7870, + "range": "±0.34%", + "unit": "ops/sec", + "extra": "95 samples" + }, + { + "name": "create spans (10 attributes)", + "value": 660514, + "range": "±0.17%", + "unit": "ops/sec", + "extra": "99 samples" + }, + { + "name": "BatchSpanProcessor process span", + "value": 643146, + "range": "±0.25%", + "unit": "ops/sec", + "extra": "99 samples" + } + ] } ] }