-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add jsii Benchmark (customSmallerIsBetter) benchmark result for db7f27d
- Loading branch information
github-action-benchmark
committed
Nov 16, 2023
1 parent
10d87be
commit 55271f9
Showing
1 changed file
with
39 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": 1700062531189, | ||
"lastUpdate": 1700148487771, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -23935,6 +23935,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 73715.86526085004 milliseconds over 20 runs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "37929162+mergify[bot]@users.noreply.github.com", | ||
"name": "mergify[bot]", | ||
"username": "mergify[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "db7f27d63b26bd15b57f2d451fb845922c43c0c3", | ||
"message": "chore(release): 1.92.0 (#4336)\n\nSee [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.92.0/CHANGELOG.md)", | ||
"timestamp": "2023-11-16T14:46:55Z", | ||
"tree_id": "94d41d69da526aa862874340bbcf0aac32658142", | ||
"url": "https://github.com/aws/jsii/commit/db7f27d63b26bd15b57f2d451fb845922c43c0c3" | ||
}, | ||
"date": 1700148484793, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 54039.34388110003, | ||
"unit": "milliseconds", | ||
"range": 1953716.289037104, | ||
"extra": "Compile [email protected] averaged 54039.34388110003 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 41009.94100255, | ||
"unit": "milliseconds", | ||
"range": 216809.95653180388, | ||
"extra": "Compile [email protected] (tsc) averaged 41009.94100255 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|