-
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 b5862e1
- Loading branch information
github-action-benchmark
committed
Aug 27, 2024
1 parent
894e2ef
commit af51eb9
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": 1724704189010, | ||
"lastUpdate": 1724761497314, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -32409,6 +32409,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 37754.53496245001 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": "b5862e1ecd4a07ae5c1c4b9ab29fb6e968d8bec1", | ||
"message": "chore: npm-check-updates && yarn upgrade (#4610)\n\nRan npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.", | ||
"timestamp": "2024-08-27T11:47:50Z", | ||
"tree_id": "d37dce928c247083d89fdf6874597f0b01699b6b", | ||
"url": "https://github.com/aws/jsii/commit/b5862e1ecd4a07ae5c1c4b9ab29fb6e968d8bec1" | ||
}, | ||
"date": 1724761493149, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 45773.47939540002, | ||
"unit": "milliseconds", | ||
"range": 239737.84915136435, | ||
"extra": "Compile [email protected] averaged 45773.47939540002 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 37197.162226750006, | ||
"unit": "milliseconds", | ||
"range": 28713.44251398721, | ||
"extra": "Compile [email protected] (tsc) averaged 37197.162226750006 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|