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
|
```bash
|
||||||
sudo su -
|
sudo su -
|
||||||
cd snapshots/testsuite/
|
cd snapshots/benchsuite/
|
||||||
go test -bench . \
|
go test -bench . \
|
||||||
-dm.thinPoolDev=bench-docker--pool \
|
-dm.thinPoolDev=bench-docker--pool \
|
||||||
-dm.rootPath=/mnt/disk1/data \
|
-dm.rootPath=/mnt/disk1/data \
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package testsuite
|
package benchsuite
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
Loading…
Reference in New Issue
Block a user