linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] add KSM performance tests
@ 2021-08-19 15:33 Zhansaya Bagdauletkyzy
  2021-08-19 15:33 ` [PATCH v3 1/2] selftests: vm: add KSM merging time test Zhansaya Bagdauletkyzy
  2021-08-19 15:33 ` [PATCH v3 2/2] selftests: vm: add COW time test for KSM pages Zhansaya Bagdauletkyzy
  0 siblings, 2 replies; 7+ messages in thread
From: Zhansaya Bagdauletkyzy @ 2021-08-19 15:33 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kselftest, linux-kernel, tyhicks, pasha.tatashin

Extend KSM self tests with a performance benchmark. These tests are not
part of regular regression testing, as they are mainly intended to be
used by developers making changes to the memory management subsystem.
This patchset is a respin of the previous series:
v2: https://lkml.org/lkml/2021/8/6/422
v1: https://lkml.org/lkml/2021/8/1/130

Zhansaya Bagdauletkyzy (2):
  selftests: vm: add KSM merging time test
  selftests: vm: add COW time test for KSM pages

v2 -> v3:
 - address COW test review comments

v1 -> v2:
 - replace MB with MiB
 - address COW test review comments

 tools/testing/selftests/vm/ksm_tests.c | 154 ++++++++++++++++++++++++-
 1 file changed, 150 insertions(+), 4 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-08-20 17:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19 15:33 [PATCH v3 0/2] add KSM performance tests Zhansaya Bagdauletkyzy
2021-08-19 15:33 ` [PATCH v3 1/2] selftests: vm: add KSM merging time test Zhansaya Bagdauletkyzy
2021-08-19 16:29   ` Tyler Hicks
2021-08-20 17:19     ` Pavel Tatashin
2021-08-19 15:33 ` [PATCH v3 2/2] selftests: vm: add COW time test for KSM pages Zhansaya Bagdauletkyzy
2021-08-19 16:31   ` Tyler Hicks
2021-08-20 17:20     ` Pavel Tatashin

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).