-
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 2610122
- Loading branch information
github-action-benchmark
committed
Apr 16, 2024
1 parent
2c3bcf4
commit 373607f
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": 1713268220080, | ||
"lastUpdate": 1713283410616, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -7194,6 +7194,58 @@ window.BENCHMARK_DATA = { | |
"extra": "98 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Severin Neumann", | ||
"username": "svrnm" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "26101229aeb1eb8323e8afadd72c3bb1d50865c9", | ||
"message": "fix: revert modifications to Apache license (#4640)\n\nSigned-off-by: svrnm <[email protected]>", | ||
"timestamp": "2024-04-16T18:01:36+02:00", | ||
"tree_id": "ad4e0792e64169774e526bfafa5855a739962487", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/26101229aeb1eb8323e8afadd72c3bb1d50865c9" | ||
}, | ||
"date": 1713283409654, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 990334, | ||
"range": "±0.28%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11687, | ||
"range": "±0.39%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 683806, | ||
"range": "±0.18%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 648527, | ||
"range": "±0.21%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|