X Tutup
Skip to content

Commit 8784eb6

Browse files
committed
Move snapshotters benchmark to a separate package
Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
1 parent bc8a189 commit 8784eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/aws/snapshotter_bench_readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ make
4747

4848
```bash
4949
sudo su -
50-
cd snapshots/testsuite/
50+
cd snapshots/benchsuite/
5151
go test -bench . \
5252
-dm.thinPoolDev=bench-docker--pool \
5353
-dm.rootPath=/mnt/disk1/data \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
*/
1818

19-
package testsuite
19+
package benchsuite
2020

2121
import (
2222
"context"

0 commit comments

Comments
 (0)
X Tutup