-
Notifications
You must be signed in to change notification settings - Fork 833
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (benchmarkjs) benchmark result for 0bc4af6
- Loading branch information
github-action-benchmark
committed
Dec 5, 2024
1 parent
0ddfc2b
commit 2b36dde
Showing
1 changed file
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1733404752862, | ||
"lastUpdate": 1733428301309, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -21168,6 +21168,44 @@ window.BENCHMARK_DATA = { | |
"extra": "96 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0bc4af6cd8f4a7426e6ceb01b77a810958da3575", | ||
"message": "ci: run browser and worker tests on Node.js 22 (#5237)", | ||
"timestamp": "2024-12-05T19:41:41Z", | ||
"tree_id": "0c9d08405117374d7d6ab0774249f0c7c854f412", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/0bc4af6cd8f4a7426e6ceb01b77a810958da3575" | ||
}, | ||
"date": 1733428300457, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 644350, | ||
"range": "±0.94%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 628151, | ||
"range": "±0.90%", | ||
"unit": "ops/sec", | ||
"extra": "88 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|