Move snapshotters benchmark to a separate package
Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
This commit is contained in:
parent
bc8a1895e3
commit
8784eb6308
@ -47,7 +47,7 @@ make
|
||||
|
||||
```bash
|
||||
sudo su -
|
||||
cd snapshots/testsuite/
|
||||
cd snapshots/benchsuite/
|
||||
go test -bench . \
|
||||
-dm.thinPoolDev=bench-docker--pool \
|
||||
-dm.rootPath=/mnt/disk1/data \
|
||||
|
@ -16,7 +16,7 @@
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
package testsuite
|
||||
package benchsuite
|
||||
|
||||
import (
|
||||
"context"
|
Loading…
Reference in New Issue
Block a user