archiver: correct benchmark

This commit is contained in:
Alexander Neumann 2015-05-01 22:58:50 +02:00
parent 0662c14fee
commit d753a5ffa3
1 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,9 @@ func BenchmarkArchiveDirectory(b *testing.B) {
b.Skip("benchdir not set, skipping BenchmarkArchiveDirectory")
}
archiveDirectory(b)
for i := 0; i < b.N; i++ {
archiveDirectory(b)
}
}
func archiveWithDedup(t testing.TB) {