-
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 b2778e1
- Loading branch information
github-action-benchmark
committed
Aug 1, 2024
1 parent
709a7b1
commit 9a0becd
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": 1722415145486, | ||
"lastUpdate": 1722503842512, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -13434,6 +13434,58 @@ window.BENCHMARK_DATA = { | |
"extra": "101 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "b2778e1b2ff7b038cebf371f1eb9f808fd98107f", | ||
"message": "feat: add release PR workflow (#4849)\n\nCo-authored-by: Trent Mick <[email protected]>", | ||
"timestamp": "2024-08-01T09:14:46Z", | ||
"tree_id": "15e3130c535b6ba72383ff4ec9404d1b133ad998", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/b2778e1b2ff7b038cebf371f1eb9f808fd98107f" | ||
}, | ||
"date": 1722503841578, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 954774, | ||
"range": "±0.35%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11940, | ||
"range": "±0.22%", | ||
"unit": "ops/sec", | ||
"extra": "100 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 655211, | ||
"range": "±0.58%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 628352, | ||
"range": "±0.76%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|