aboutsummaryrefslogtreecommitdiff
path: root/src/zen/bench.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added --powercycle option (#565)Stefan Boberg2023-11-231-0/+134
* added --powercycle option. when this is passed in the zenserver process will shut down immediately after initialization is complete. This is primarily useful when benchmarking init/cleanup but could also be used to verify/clean up disk state * moved EmptyStandbyList code to make it accessible to more commands