-
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 513ef0d
- Loading branch information
github-action-benchmark
committed
Jan 10, 2025
1 parent
583be72
commit 360f51c
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": 1736536651401, | ||
"lastUpdate": 1736540050824, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22990,6 +22990,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": false, | ||
"id": "513ef0d7fb0f83919b5e2172ea84da86d678d7ef", | ||
"message": "chore(deps): update dependency markdownlint-cli2 to v0.17.1 (#5321)", | ||
"timestamp": "2025-01-10T17:28:53Z", | ||
"tree_id": "9a1e6725fb4ce0625d9d2342b334a05a29b899eb", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/513ef0d7fb0f83919b5e2172ea84da86d678d7ef" | ||
}, | ||
"date": 1736540049960, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 1467320, | ||
"range": "±0.48%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 18324, | ||
"range": "±0.22%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 796015, | ||
"range": "±0.68%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 749076, | ||
"range": "±0.66%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|