-
Notifications
You must be signed in to change notification settings - Fork 848
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 08628bc
- Loading branch information
github-action-benchmark
committed
Jun 24, 2024
1 parent
b80e5aa
commit f5f1a30
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": 1718961003814, | ||
"lastUpdate": 1719224130651, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -12290,6 +12290,58 @@ window.BENCHMARK_DATA = { | |
"extra": "98 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "08628bce827a2df741fe5d9e82927e58be1aada2", | ||
"message": "chore: add @trentm to maintainers (#4813)", | ||
"timestamp": "2024-06-24T10:12:57Z", | ||
"tree_id": "029e23ad4cc49cc7ba4da6a7c704297a7909576f", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/08628bce827a2df741fe5d9e82927e58be1aada2" | ||
}, | ||
"date": 1719224129815, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 982616, | ||
"range": "±0.32%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11835, | ||
"range": "±0.31%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 659816, | ||
"range": "±0.62%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 650564, | ||
"range": "±0.28%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|