Make time limit configurable

This commit is contained in:
2023-09-17 09:10:47 +02:00
parent b4fd318eec
commit b524a4f4a9

View File

@ -60,7 +60,7 @@
:generator (->> (gen/mix [r w])
(gen/stagger 1)
(gen/nemesis nil)
(gen/time-limit 15))}))
(gen/time-limit (:time-limit opts)))}))
(def cli-opts
"Additional command line options."