-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diff performance regression #87
Comments
Can you push up a repro for us to investigate? You are right that is crazy slow. |
I believe I have a fix on the way. |
@ProTip @anescobar1991 This is probably due to jestjs/jest#5163 right? |
Closed by #95 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing ~2.5s on an
toMatchImageSnapshot
when the images differ in2.4.0
on node 9. I'm seeing about ~4.7s+ on2.4.3
.As a side note, for me it takes about 1s+ longer with node 8 vs 9 on
2.4.0
.All of these timings, even the better timings, seem simply incredible for diffing and writing images. I'm guessing this is largely due to some slowness in pngjs?
The text was updated successfully, but these errors were encountered: