Re: [Qemu-devel] [PATCH 6/6] test-qht: speed up + test qht_resize

2018-09-07 Thread Alex Bennée
Emilio G. Cota writes: > Perform first the tests that exercise code paths that are > easier to hit at small table sizes, and then resize the table > to speed up subsequent tests. If this resize is not too large, > we can make the test faster with no code coverage loss. > > - With gcov enabled:

[Qemu-devel] [PATCH 6/6] test-qht: speed up + test qht_resize

2018-08-17 Thread Emilio G. Cota
Perform first the tests that exercise code paths that are easier to hit at small table sizes, and then resize the table to speed up subsequent tests. If this resize is not too large, we can make the test faster with no code coverage loss. - With gcov enabled: Before: 20.568s, 90.28% qht.c coverag