All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add KSM performance tests
@ 2021-08-01 15:43 Zhansaya Bagdauletkyzy
  2021-08-01 15:43 ` [PATCH 1/2] selftests: vm: add KSM merging time test Zhansaya Bagdauletkyzy
  2021-08-01 15:43 ` [PATCH 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-01 15:43 UTC (permalink / raw)
  To: akpm, shuah
  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. 
Both patches were developed against linux-next.

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

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

-- 
2.25.1


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

end of thread, other threads:[~2021-08-04  3:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-01 15:43 [PATCH 0/2] add KSM performance tests Zhansaya Bagdauletkyzy
2021-08-01 15:43 ` [PATCH 1/2] selftests: vm: add KSM merging time test Zhansaya Bagdauletkyzy
2021-08-04  3:33   ` Pavel Tatashin
2021-08-04  3:33     ` Pavel Tatashin
2021-08-01 15:43 ` [PATCH 2/2] selftests: vm: add COW time test for KSM pages Zhansaya Bagdauletkyzy
2021-08-04  3:41   ` Pavel Tatashin
2021-08-04  3:41     ` Pavel Tatashin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.