proxmox-backup-client: add benchmark command

This is just a start, We need to add more useful things here...
This commit is contained in:
Dietmar Maurer
2020-07-02 14:00:32 +02:00
parent 7d0754a6d2
commit caea8d611f
3 changed files with 96 additions and 4 deletions

View File

@ -0,0 +1,2 @@
mod benchmark;
pub use benchmark::*;