| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | zen run command (#552) | Stefan Boberg | 2023-11-21 | 1 | -2/+59 |
| | | | | | | | | | | | 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) | ||||
| * | moved process handling code into separate h/cpp (#555) | Stefan Boberg | 2023-11-20 | 1 | -0/+708 |