(core): Slow execution at SynthUtils.toCloudFormation on v1.57.0 cont. #12957
Labels
@aws-cdk/core
Related to core CDK functionality
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p1
This is the second time opening issue that I report
SynthUtil.toCloudFormation
is slow. The first issue was #10213, and the fixes made execution a bit faster, but it is still much slower (about x10) compared to the implementation of @aws-cdk/assert v1.56.$ jest
took 12 secs$ cdk synth
took 12 secs$ jest
took 130 secsReproduction Steps
What did you expect to happen?
Execution time is about same as v1.56 and pretty much equivalent to
cdk synth
What actually happened?
Execution time is about x10 slower compared to v1.56 and simple
cdk synth
Environment
Other
Here are Node.js profiling results.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: