-
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 c87da43
- Loading branch information
github-action-benchmark
committed
Nov 8, 2023
1 parent
204a539
commit c4fd507
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": 1699290235637, | ||
"lastUpdate": 1699454281095, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -23099,6 +23099,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 41230.36849829997 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": "c87da436671d677d1fee276d0932ea7edd431f78", | ||
"message": "feat(jsii-reflect): TypeSystem can be locked to improve reflection performance (#4318)\n\nMemoizes additional calls that rely on the typesystem to retrieve type instances.\nThese calls can (theoretically) change when the typesystem is changed.\nTherefore we cannot assume it's okay to always memoize the first call.\n\nTo workaround this limitation, we introduce a new mechanism to manually `lock` the typesystem once all assemblies are loaded.\nWe then can start memoizing the additional calls.\n\nFor example in `awslint` this reduces the runtime against `aws-cdk-lib` by ~20s.\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-08T13:58:02Z", | ||
"tree_id": "9759aa12778b9e3a10113904fda530546eecba99", | ||
"url": "https://github.com/aws/jsii/commit/c87da436671d677d1fee276d0932ea7edd431f78" | ||
}, | ||
"date": 1699454277764, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 52538.264416899976, | ||
"unit": "milliseconds", | ||
"range": 577610.4540292829, | ||
"extra": "Compile [email protected] averaged 52538.264416899976 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 40247.689285099994, | ||
"unit": "milliseconds", | ||
"range": 249916.42124155382, | ||
"extra": "Compile [email protected] (tsc) averaged 40247.689285099994 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|