-
Notifications
You must be signed in to change notification settings - Fork 846
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 e80879e
- Loading branch information
github-action-benchmark
committed
Nov 26, 2024
1 parent
2b1e9e4
commit 76f0d4f
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": 1732616148618, | ||
"lastUpdate": 1732619772701, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -20506,6 +20506,58 @@ window.BENCHMARK_DATA = { | |
"extra": "96 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mend Renovate", | ||
"username": "renovate-bot" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "e80879e093638e97c3df81bd331d28a52dbfb6ce", | ||
"message": "fix(deps): update dependency axios to v1.7.8 (#5202)", | ||
"timestamp": "2024-11-26T11:06:05Z", | ||
"tree_id": "dbeb844b346562394e3e4083d079feb3140fb09b", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/e80879e093638e97c3df81bd331d28a52dbfb6ce" | ||
}, | ||
"date": 1732619771843, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 945362, | ||
"range": "±0.41%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11823, | ||
"range": "±0.43%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 696433, | ||
"range": "±0.18%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 676696, | ||
"range": "±0.49%", | ||
"unit": "ops/sec", | ||
"extra": "101 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|