Move snapshotters benchmark to a separate package

Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
This commit is contained in:
Maksym Pavlenko 2019-04-02 14:42:21 -07:00
parent bc8a1895e3
commit 8784eb6308
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -16,7 +16,7 @@
limitations under the License.
*/
package testsuite
package benchsuite
import (
"context"