linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] rteval: Fixes and speedups
@ 2024-03-04 21:16 Crystal Wood
  2024-03-04 21:16 ` [PATCH 1/5] rteval: default_config_search: Return None on failure Crystal Wood
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Crystal Wood @ 2024-03-04 21:16 UTC (permalink / raw)
  To: John Kacur, Clark Williams; +Cc: linux-rt-users

Apart from the first patch, these are mainly motivated by a desire to
make development on rteval more pleasant.  With these patches, a one
second testing run takes around 14 seconds on my laptop with standard
loads, or around 5 seconds with no loads configured (except stressng
without the enabling options, to prevent the default loads from running).

Crystal Wood (5):
  rteval: default_config_search: Return None on failure
  rteval: kcompile: Fix path lookups in _remove_build_dirs
  rteval: kcompile: Skip mrproper, and re-extract if clean fails
  rteval: Break out of main loop faster on interrupt/stoptime
  rteval: Remove 30 second "settling" period

 rteval/__init__.py               | 15 +++++------
 rteval/modules/loads/kcompile.py | 45 ++++++++++++++------------------
 rteval/rtevalConfig.py           |  2 +-
 3 files changed, 27 insertions(+), 35 deletions(-)

-- 
2.43.0


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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-04 21:16 [PATCH 0/5] rteval: Fixes and speedups Crystal Wood
2024-03-04 21:16 ` [PATCH 1/5] rteval: default_config_search: Return None on failure Crystal Wood
2024-03-28 19:10   ` John Kacur
2024-03-04 21:16 ` [PATCH 2/5] rteval: kcompile: Fix path lookups in _remove_build_dirs Crystal Wood
2024-03-28 21:07   ` John Kacur
2024-03-04 21:16 ` [PATCH 3/5] rteval: kcompile: Skip mrproper, and re-extract if clean fails Crystal Wood
2024-04-02 19:07   ` John Kacur
2024-04-03 14:57     ` Crystal Wood
2024-04-05 22:11       ` John Kacur
2024-03-04 21:16 ` [PATCH 4/5] rteval: Break out of main loop faster on interrupt/stoptime Crystal Wood
2024-04-02 20:39   ` John Kacur
2024-03-04 21:16 ` [PATCH 5/5] rteval: Remove 30 second "settling" period Crystal Wood
2024-04-02 20:52   ` John Kacur

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