-
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 db14633
- Loading branch information
github-action-benchmark
committed
Nov 12, 2024
1 parent
3f166fb
commit c62cd12
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": 1731386753695, | ||
"lastUpdate": 1731426995603, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -18686,6 +18686,58 @@ window.BENCHMARK_DATA = { | |
"extra": "101 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "David Luna", | ||
"username": "david-luna" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "db14633cc489d11d6820cd872f7abbb841d954d3", | ||
"message": "feat(sdk-trace-base): add `spanProcessors` property in `TracerConfig` interface (#5138)", | ||
"timestamp": "2024-11-12T15:48:00Z", | ||
"tree_id": "3f9a0d1cabe8ed8fdfb51fde9f282b75e8ae31d5", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/db14633cc489d11d6820cd872f7abbb841d954d3" | ||
}, | ||
"date": 1731426994787, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 985499, | ||
"range": "±0.30%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11944, | ||
"range": "±0.17%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 678731, | ||
"range": "±0.65%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 658215, | ||
"range": "±1.13%", | ||
"unit": "ops/sec", | ||
"extra": "89 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|