aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/run_cmd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* zen run command (#552)Stefan Boberg2023-11-211-0/+197
initial version -- this is primarily intended to be used for running stress tests and/or benchmarks example usage: `zen run -n 10 -- zenserver-test` `zen run -n 10 -- zenserver-test --ts=core.assert` run zenserver-test 10 times (testing only the `core.assert` test suite) `zen run --time 600 --basepath=d:\test_dir\test1 -- zenserver-test` keeps spawning new instances for 10 minutes (600 seconds)