-
Notifications
You must be signed in to change notification settings - Fork 838
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 90afa28
- Loading branch information
github-action-benchmark
committed
Dec 20, 2024
1 parent
a190880
commit 958246a
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": 1734615099467, | ||
"lastUpdate": 1734704424763, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22054,6 +22054,58 @@ window.BENCHMARK_DATA = { | |
"extra": "94 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "David Luna", | ||
"username": "david-luna" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "90afa2850c0690f7a18ecc511c04927a3183490b", | ||
"message": "feat(sdk-*)!: align merge resource behavior with spec (#5219)\n\nCo-authored-by: Marc Pichler <[email protected]>", | ||
"timestamp": "2024-12-20T13:38:22Z", | ||
"tree_id": "80b2687ce3aa997a81106630ad10adb58909ad7d", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/90afa2850c0690f7a18ecc511c04927a3183490b" | ||
}, | ||
"date": 1734704423925, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 1457628, | ||
"range": "±0.50%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 16234, | ||
"range": "±0.24%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 847211, | ||
"range": "±0.24%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 780611, | ||
"range": "±0.46%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|