From efafc90c48734da4355ab5e70d0b13169a6f14eb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 26 Apr 2024 10:00:09 +0000 Subject: [PATCH] add jsii Benchmark (customSmallerIsBetter) benchmark result for cdb47e4e148522ca17a28187b514673046a3f1a3 --- dev/bench/data.js | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index ddbd3c7ca7..878b7d2edb 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1714122759845, + "lastUpdate": 1714125609673, "repoUrl": "https://github.com/aws/jsii", "entries": { "jsii Benchmark": [ @@ -28495,6 +28495,44 @@ window.BENCHMARK_DATA = { "extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 40130.66350825 milliseconds over 20 runs" } ] + }, + { + "commit": { + "author": { + "email": "mail@moritzkornher.de", + "name": "Momo Kornher", + "username": "mrgrain" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "cdb47e4e148522ca17a28187b514673046a3f1a3", + "message": "fix(pacmak): jsii-pacmak uses incompatible version of jsii-rosetta (#4487)\n\nFixes #4098 \n\nPreviously jsii-pacmak depended on jsii-rosetta 1.x. This is problematic if a different version of the jsii compiler was used, because it introduced different versions of TypeScript into the project.\n\nWith this PR, the dependency is changed to a peer dependency. Thus allowing any compatible version jsii-rosetta to be used. \n\nBREAKING CHANGE: jsii-pacmak now has a peer dependency on jsii-rosetta. Please ensure a version of jsii-rosetta matching your version of jsii is available. Most package managers install peer dependencies automatically and no change is required. However users of yarn v1 or npm v3 to v6 must install jsii-rosetta manually.\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": "2024-04-26T08:32:37Z", + "tree_id": "feaa7d7558bac69f4e562fe190b3ad536c9af6b3", + "url": "https://github.com/aws/jsii/commit/cdb47e4e148522ca17a28187b514673046a3f1a3" + }, + "date": 1714125605705, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "Compile aws-cdk-lib@v2.31.0", + "value": 50880.56264064998, + "unit": "milliseconds", + "range": 487780.0034422827, + "extra": "Compile aws-cdk-lib@v2.31.0 averaged 50880.56264064998 milliseconds over 20 runs" + }, + { + "name": "Compile aws-cdk-lib@v2.31.0 (tsc)", + "value": 38772.620402849985, + "unit": "milliseconds", + "range": 127605.65334927065, + "extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 38772.620402849985 milliseconds over 20 runs" + } + ] } ] }