linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] selftests/vm: 8x compaction_test speedup
@ 2020-10-02  8:06 John Hubbard
  2020-10-02  8:06 ` [PATCH 1/1] " John Hubbard
  0 siblings, 1 reply; 4+ messages in thread
From: John Hubbard @ 2020-10-02  8:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Shuah Khan, LKML, linux-mm, linux-kselftest, John Hubbard

Hi,

Maybe this should really be an RFC, given that I don't fully understand
why the compaction_test.c program was mmap'ing 1 MB at a time. So
apologies in advance if I've mucked up something important, but if so,
maybe we can still find a way to get this fixed up to something better.

Anyway: there are 20+ tests in tools/testing/selftests/vm/. The entire
running time for these (via run_vmtest.sh) is about 56 seconds, of which
over half is due to just one test: compaction_test, which takes 27 sec!
(A runner-up is HMM, at 11 sec, so it's up for a look next.) The other
tests mostly take a few ms, and a few take 1.0 sec.

This drops the compaction_test run time from 27, to 3.3 sec. Enjoy. :)

thanks,
John Hubbard
NVIDIA

John Hubbard (1):
  selftests/vm: 8x compaction_test speedup

 tools/testing/selftests/vm/compaction_test.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
2.28.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-02 23:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  8:06 [PATCH 0/1] selftests/vm: 8x compaction_test speedup John Hubbard
2020-10-02  8:06 ` [PATCH 1/1] " John Hubbard
2020-10-02 22:05   ` Andrew Morton
2020-10-02 23:25     ` Jayaramappa, Srilakshmi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).