-
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 6e1680b
- Loading branch information
github-action-benchmark
committed
Aug 29, 2024
1 parent
2f1e84a
commit e6a8c9f
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": 1724924404752, | ||
"lastUpdate": 1724929299021, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -32675,6 +32675,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 36867.98361165 milliseconds over 20 runs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "AWS CDK Automation", | ||
"username": "aws-cdk-automation" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "6e1680bee69c01bd125dd4dd52dc8ddb3198250a", | ||
"message": "chore: npm-check-updates && yarn upgrade (#4624)\n\nRan npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.", | ||
"timestamp": "2024-08-29T10:25:34Z", | ||
"tree_id": "a6660613b7f621707a76405fe7e689387cba7e36", | ||
"url": "https://github.com/aws/jsii/commit/6e1680bee69c01bd125dd4dd52dc8ddb3198250a" | ||
}, | ||
"date": 1724929293973, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 44723.78629234999, | ||
"unit": "milliseconds", | ||
"range": 663443.8421695746, | ||
"extra": "Compile [email protected] averaged 44723.78629234999 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 36869.281247950006, | ||
"unit": "milliseconds", | ||
"range": 333116.8503475272, | ||
"extra": "Compile [email protected] (tsc) averaged 36869.281247950006 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|