mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Do not run archiver tests by default
This commit is contained in:
parent
677a5038c5
commit
215fb982c6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user