-
Notifications
You must be signed in to change notification settings - Fork 66
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
TestDeltaCorrectness/delta-006-007
much slower than the others
#307
Comments
I think the "delta-006-007" test case involves an image with much more layers than the other test cases, so this could be a reason. This needs to be confirmed, though. And, if confirmed, would be interesting to do some profiling to find the bottleneck and possibly get some good performance improvements. |
It looks like its possibly running twice and has an error:
|
Building the image takes the most time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test case
delta-006-007
(part of theTestDeltaCorrectness
integration test) runs much slower than its sibling test cases, which do the same thing with different data. I don't why, but I don't think the different input data alone could explain the difference. Maybe we are hitting some performance corner case there?The text was updated successfully, but these errors were encountered: