public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [mmtests RFT 0/2] fix debian dependencies
@ 2024-03-19  4:46 Luis Chamberlain
  2024-03-19  4:46 ` [RFT 1/2] MMTests::Stat: replace List::BinarySearch Luis Chamberlain
  2024-03-19  4:46 ` [RFT 2/2] bin/install-depends: call ldconfig Luis Chamberlain
  0 siblings, 2 replies; 5+ messages in thread
From: Luis Chamberlain @ 2024-03-19  4:46 UTC (permalink / raw)
  To: mgorman, jack, vbabka, dave, ziy, ryan.roberts
  Cc: kdevops, p.raghav, da.gomez, Luis Chamberlain

I've taken mmtests for a quick spin for the thpchallenge-fio, but ran into
a few snags on debian. Here's what I needed to get things moving. As its my
first time running it though I'm not sure if my results are correct so I'd like
some more eyeballs on the List::BinarySearch replacement.

This provides unit tests to ensure things should work as they used to,
but more real world test cases would be good to add, I just don't have the
data. For instance some more tests could be extended here with real live json
random data. Doesn't matter what it is, so long as we test it.

Cc'ing kdevops as my next plan is to integrate support into kdevops for the
thpchallenge-fio tests. The hope is to test the value of the high order
compaction and also later test how fragmented a tree with LBS is. We want
to later extend these tests to also use a filesystem using LBS. We could
even start testing anonymous memory as well, and later tmpfs with large
folios.

Is there an mmtests mailing list? Should it have one?

Luis Chamberlain (2):
  MMTests::Stat: replace List::BinarySearch
  bin/install-depends: call ldconfig

 Makefile                        |  4 ++
 README.md                       |  5 +--
 bin/install-depends             |  6 ++-
 bin/lib/MMTests/BinarySearch.pm | 70 +++++++++++++++++++++++++++++++++
 bin/lib/MMTests/Stat.pm         |  4 +-
 compare-kernels.sh              |  5 ---
 t/0001-libs.t                   | 12 ++++++
 t/0002-binsearch.t              | 68 ++++++++++++++++++++++++++++++++
 8 files changed, 162 insertions(+), 12 deletions(-)
 create mode 100644 Makefile
 create mode 100644 bin/lib/MMTests/BinarySearch.pm
 create mode 100644 t/0001-libs.t
 create mode 100644 t/0002-binsearch.t

-- 
2.43.0


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

end of thread, other threads:[~2024-05-23 22:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19  4:46 [mmtests RFT 0/2] fix debian dependencies Luis Chamberlain
2024-03-19  4:46 ` [RFT 1/2] MMTests::Stat: replace List::BinarySearch Luis Chamberlain
2024-03-20 18:37   ` Jan Kara
2024-05-23 22:37     ` Luis Chamberlain
2024-03-19  4:46 ` [RFT 2/2] bin/install-depends: call ldconfig Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox