-
Notifications
You must be signed in to change notification settings - Fork 845
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 c9b5bb0
- Loading branch information
github-action-benchmark
committed
Dec 2, 2024
1 parent
2351ac6
commit 1c4209e
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": 1732816243342, | ||
"lastUpdate": 1733132245215, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -20870,6 +20870,58 @@ window.BENCHMARK_DATA = { | |
"extra": "97 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mend Renovate", | ||
"username": "renovate-bot" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "c9b5bb0bfeb77ab9ce238fc28b505daa87ed419e", | ||
"message": "chore(deps): lock file maintenance (#5225)", | ||
"timestamp": "2024-12-02T09:01:57Z", | ||
"tree_id": "45627a28c8c7326384336e2c60a553004efb75a3", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/c9b5bb0bfeb77ab9ce238fc28b505daa87ed419e" | ||
}, | ||
"date": 1733132244373, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 983913, | ||
"range": "±0.33%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11829, | ||
"range": "±0.24%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 659758, | ||
"range": "±0.26%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 645539, | ||
"range": "±0.27%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|