-
Notifications
You must be signed in to change notification settings - Fork 810
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 4c0921e
- Loading branch information
github-action-benchmark
committed
Nov 4, 2024
1 parent
b54d03e
commit c80b03d
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": 1730725344955, | ||
"lastUpdate": 1730725488351, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -18062,6 +18062,58 @@ window.BENCHMARK_DATA = { | |
"extra": "100 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "4c0921ee6498f9355b4ac87343b6e7723628506b", | ||
"message": "docs: update releasing.md to mention npm publish workflow, fix a link to release PR workflow (#5087)", | ||
"timestamp": "2024-11-04T12:55:10Z", | ||
"tree_id": "4f3a8edd0a661afd6b7544ff009c9067bd54f89f", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/4c0921ee6498f9355b4ac87343b6e7723628506b" | ||
}, | ||
"date": 1730725487486, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 932787, | ||
"range": "±0.59%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11872, | ||
"range": "±0.19%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 678335, | ||
"range": "±0.47%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 627351, | ||
"range": "±0.36%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|