You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5324 enabled all > es6 transforms in our transformer benchmarks.
As expected, measured performance dropped a lot, because the transformer doing much more work in our benchmarks.
However, something is badly wrong with the transformer on the cal.com benchmark. It went from 12.2 ms to over 6 seconds!
I doubt this is a problem with the benchmarks. Likely one of the transforms is behaving extremely badly in some circumstances, and the cal.com fixture is triggering that behavior.
But which transform is the culprit?
The text was updated successfully, but these errors were encountered:
#5324 enabled all > es6 transforms in our transformer benchmarks.
As expected, measured performance dropped a lot, because the transformer doing much more work in our benchmarks.
However, something is badly wrong with the transformer on the cal.com benchmark. It went from 12.2 ms to over 6 seconds!
I doubt this is a problem with the benchmarks. Likely one of the transforms is behaving extremely badly in some circumstances, and the cal.com fixture is triggering that behavior.
But which transform is the culprit?
The text was updated successfully, but these errors were encountered: