-
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 cdb47e4
- Loading branch information
github-action-benchmark
committed
Apr 26, 2024
1 parent
46a1c9e
commit efafc90
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": 1714122759845, | ||
"lastUpdate": 1714125609673, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -28495,6 +28495,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 40130.66350825 milliseconds over 20 runs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Momo Kornher", | ||
"username": "mrgrain" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"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 [email protected]", | ||
"value": 50880.56264064998, | ||
"unit": "milliseconds", | ||
"range": 487780.0034422827, | ||
"extra": "Compile [email protected] averaged 50880.56264064998 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 38772.620402849985, | ||
"unit": "milliseconds", | ||
"range": 127605.65334927065, | ||
"extra": "Compile [email protected] (tsc) averaged 38772.620402849985 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|