-
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 a37692a
- Loading branch information
github-action-benchmark
committed
Jan 10, 2025
1 parent
9c9bc34
commit 7c1224b
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": 1736529568089, | ||
"lastUpdate": 1736529968215, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22886,6 +22886,58 @@ window.BENCHMARK_DATA = { | |
"extra": "95 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a37692abc7c6a1a04662e788e2ddf99503839c6e", | ||
"message": "feat(core)!: remove depreacted IdGenerator and RandomIdGenerator (#5309)", | ||
"timestamp": "2025-01-10T16:54:44Z", | ||
"tree_id": "f737df9ca1b8e52426e26c6c9ed4effe6f5fc613", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/a37692abc7c6a1a04662e788e2ddf99503839c6e" | ||
}, | ||
"date": 1736529967344, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 1532869, | ||
"range": "±0.64%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 17160, | ||
"range": "±0.31%", | ||
"unit": "ops/sec", | ||
"extra": "92 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 819122, | ||
"range": "±0.39%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 766627, | ||
"range": "±0.69%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|