-
Notifications
You must be signed in to change notification settings - Fork 825
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 43e598e
- Loading branch information
github-action-benchmark
committed
Jan 18, 2024
1 parent
e326bdf
commit 0de1af8
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": 1705567487474, | ||
"lastUpdate": 1705571301578, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3398,6 +3398,58 @@ window.BENCHMARK_DATA = { | |
"extra": "101 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chengzhong Wu", | ||
"username": "legendecas" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "43e598e7c1a603129c6e92ee983c6bb82b50b9a6", | ||
"message": "test: transpile zone.js products in test (#4423)", | ||
"timestamp": "2024-01-18T10:42:50+01:00", | ||
"tree_id": "8fdbe8df32683bd47035ee29991ab239de9b19a7", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/43e598e7c1a603129c6e92ee983c6bb82b50b9a6" | ||
}, | ||
"date": 1705571300711, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 981061, | ||
"range": "±0.26%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 12083, | ||
"range": "±0.20%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 656836, | ||
"range": "±0.68%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 651913, | ||
"range": "±0.28%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|