mirror of https://github.com/restic/restic.git
archiver: correct benchmark
This commit is contained in:
parent
0662c14fee
commit
d753a5ffa3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue