-
Notifications
You must be signed in to change notification settings - Fork 837
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 0ae25f1
- Loading branch information
github-action-benchmark
committed
Jan 23, 2025
1 parent
0393902
commit 1ceadbf
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": 1737675441332, | ||
"lastUpdate": 1737675539741, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -23926,6 +23926,58 @@ window.BENCHMARK_DATA = { | |
"extra": "92 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Neil Fordyce", | ||
"username": "neilfordyce" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0ae25f191ea4ad2509ced1488b7a13c68b7f5bca", | ||
"message": "feat(sdk-trace-base): add stack trace to operation on ended Span warning (#5363)\n\nCo-authored-by: Victor <[email protected]>", | ||
"timestamp": "2025-01-23T20:15:04Z", | ||
"tree_id": "4ed089125f9de36749806b99c9cc290b235428da", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/0ae25f191ea4ad2509ced1488b7a13c68b7f5bca" | ||
}, | ||
"date": 1737675538892, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 1463760, | ||
"range": "±0.50%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 16761, | ||
"range": "±0.32%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 823497, | ||
"range": "±0.43%", | ||
"unit": "ops/sec", | ||
"extra": "100 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 783183, | ||
"range": "±0.45%", | ||
"unit": "ops/sec", | ||
"extra": "92 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|