aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/vfs_cmd.h
Commit message (Collapse)AuthorAgeFilesLines
* zen run command (#552)Stefan Boberg2023-11-211-1/+1
| | | | | | | | | | 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)
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-0/+26
currently, only Windows (using Projected File System) is supported