diff options
Diffstat (limited to 'weed/storage/volume_vacuum_test.go')
| -rw-r--r-- | weed/storage/volume_vacuum_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/volume_vacuum_test.go b/weed/storage/volume_vacuum_test.go index 64f4b3b60..0177cb64d 100644 --- a/weed/storage/volume_vacuum_test.go +++ b/weed/storage/volume_vacuum_test.go @@ -83,7 +83,7 @@ func TestCompaction(t *testing.T) { } startTime := time.Now() - v.Compact2(0, 0) + v.Compact2(0, 0, nil) speed := float64(v.ContentSize()) / time.Now().Sub(startTime).Seconds() t.Logf("compaction speed: %.2f bytes/s", speed) |
