testing: use max-jobs to speed up testing
authorVincent Fu <vincent.fu@wdc.com>
Mon, 18 May 2020 18:14:12 +0000 (14:14 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Wed, 20 May 2020 17:47:56 +0000 (13:47 -0400)
commit771dbb520cc51ca16c7762c8cf4fcdba08a64250
tree77983dd3ca3668add83142a79b12f36aaefe7e45
parent7896180a70a7e978eb0cdb8476e190555b55f225
testing: use max-jobs to speed up testing

Allocating fio's default memory footprint takes a few moments. Following
https://www.spinics.net/lists/fio/msg08529.html, use the max-jobs option
to reduce fio's memory footprint. This reduces the runtime of the full
test suite by about 40s.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
t/jsonplus2csv_test.py
t/latency_percentiles.py
t/readonly.py
t/run-fio-tests.py
t/steadystate_tests.py
t/strided.py