2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00:00

Do not run archiver tests by default

This commit is contained in:
Alexander Neumann 2015-02-17 23:23:12 +01:00
parent 677a5038c5
commit 215fb982c6

View File

@ -12,7 +12,7 @@ import (
"github.com/restic/restic/chunker"
)
var benchArchiveDirectory = flag.String("test.benchdir", ".", "benchmark archiving a real directory (default: .)")
var benchArchiveDirectory = flag.String("test.benchdir", "", "benchmark archiving a real directory")
func get_random(seed, count int) []byte {
buf := make([]byte, count)