From ed22410446b70513219a404865d25514d344f657 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 30 Jul 2024 08:04:52 +0000 Subject: [PATCH] add Benchmark (benchmarkjs) benchmark result for 08942ba126b7ce8cf03e286fcfd1d57992994004 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index d35a8fb1a30..832095ed9ea 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1722325998495, + "lastUpdate": 1722326692498, "repoUrl": "https://github.com/open-telemetry/opentelemetry-js", "entries": { "Benchmark": [ @@ -13330,6 +13330,58 @@ window.BENCHMARK_DATA = { "extra": "98 samples" } ] + }, + { + "commit": { + "author": { + "email": "bot@renovateapp.com", + "name": "Mend Renovate", + "username": "renovate-bot" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "08942ba126b7ce8cf03e286fcfd1d57992994004", + "message": "chore(deps): update dependency babel-plugin-istanbul to v7 (#4852)", + "timestamp": "2024-07-30T08:02:49Z", + "tree_id": "c892672c6888acf1777eecf166c913eb521ecd31", + "url": "https://github.com/open-telemetry/opentelemetry-js/commit/08942ba126b7ce8cf03e286fcfd1d57992994004" + }, + "date": 1722326691693, + "tool": "benchmarkjs", + "benches": [ + { + "name": "transform 1 span", + "value": 974251, + "range": "±0.52%", + "unit": "ops/sec", + "extra": "96 samples" + }, + { + "name": "transform 100 spans", + "value": 12253, + "range": "±0.34%", + "unit": "ops/sec", + "extra": "100 samples" + }, + { + "name": "create spans (10 attributes)", + "value": 657046, + "range": "±0.16%", + "unit": "ops/sec", + "extra": "99 samples" + }, + { + "name": "BatchSpanProcessor process span", + "value": 649275, + "range": "±0.29%", + "unit": "ops/sec", + "extra": "94 samples" + } + ] } ] }