-
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 087ff24
- Loading branch information
github-action-benchmark
committed
Nov 2, 2023
1 parent
d65c033
commit bbad102
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": 1698862507992, | ||
"lastUpdate": 1698964601205, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -22567,6 +22567,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 77683.00044635 milliseconds over 20 runs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Cory Hall", | ||
"username": "corymhall" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "087ff241bc852b49d91c79883e5faeaf5bb92f42", | ||
"message": "chore: switch to python 3.8 (#4239)\n\nPython 3.7 has been end-of-life since 2023-06-27, and an\nincreasing amount of our dependencies are dropping support for it as a\nconsequence.\n\nWe introduced a warning to users that are still using Python 3.7 with\nrelease v1.86.0 around August 1, 2023.\n\nWe are now effectively dropping support for Python 3.7.\n\nRelated: https://github.com/aws/jsii/commit/0ef7acef765690f99075888d6c3e6f03d7cc2d59\n\nBREAKING CHANGE: jsii-pacmak and the libraries it generates for Python\ntargets now require a minimum Python version of 3.8, instead of 3.7\npreviously. We recommend users upgrade to the latest supported Python\nrelease (Python 3.11).\n\n---\n\nBy submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].\n\n[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0", | ||
"timestamp": "2023-11-02T21:56:23Z", | ||
"tree_id": "05bdf01893348dc65f725091d9bec11f9f6f30c7", | ||
"url": "https://github.com/aws/jsii/commit/087ff241bc852b49d91c79883e5faeaf5bb92f42" | ||
}, | ||
"date": 1698964597704, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 51527.58279229996, | ||
"unit": "milliseconds", | ||
"range": 696824.8818337318, | ||
"extra": "Compile [email protected] averaged 51527.58279229996 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 39119.752469600004, | ||
"unit": "milliseconds", | ||
"range": 71581.2200988113, | ||
"extra": "Compile [email protected] (tsc) averaged 39119.752469600004 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|