-
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 ec638dc
- Loading branch information
github-action-benchmark
committed
Jan 10, 2025
1 parent
7c1224b
commit 583be72
Showing
1 changed file
with
53 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": 1736529968215, | ||
"lastUpdate": 1736536651401, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22938,6 +22938,58 @@ window.BENCHMARK_DATA = { | |
"extra": "95 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mend Renovate", | ||
"username": "renovate-bot" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ec638dc1938f404c1cf3cbb538348390351271e3", | ||
"message": "chore(deps): lock file maintenance (#5323)", | ||
"timestamp": "2025-01-10T17:02:33Z", | ||
"tree_id": "ff036e4edd5aa64668b0e0ec004c12f774bfd868", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/ec638dc1938f404c1cf3cbb538348390351271e3" | ||
}, | ||
"date": 1736536650571, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 1551268, | ||
"range": "±0.52%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 16907, | ||
"range": "±0.39%", | ||
"unit": "ops/sec", | ||
"extra": "92 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 823270, | ||
"range": "±0.17%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 752287, | ||
"range": "±0.59%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|