-
Notifications
You must be signed in to change notification settings - Fork 833
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 2c7d5c4
- Loading branch information
github-action-benchmark
committed
Nov 15, 2023
1 parent
b2bfcab
commit 47a4400
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": 1700064634002, | ||
"lastUpdate": 1700070374510, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -480,6 +480,58 @@ window.BENCHMARK_DATA = { | |
"extra": "97 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "2c7d5c427fa01ed3b8d46d801eb282ca4b648ef1", | ||
"message": "chore: fix npm release preparation scripts, add .npmrc and release script (#4275)\n\nCo-authored-by: Trent Mick <[email protected]>", | ||
"timestamp": "2023-11-15T18:44:57+01:00", | ||
"tree_id": "0066df768ec9ac3973ac9a4bd25e2c4fa0d31862", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/2c7d5c427fa01ed3b8d46d801eb282ca4b648ef1" | ||
}, | ||
"date": 1700070373651, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 688950, | ||
"range": "±0.22%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 8140, | ||
"range": "±0.20%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 669378, | ||
"range": "±0.15%", | ||
"unit": "ops/sec", | ||
"extra": "100 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 642194, | ||
"range": "±0.21%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|