mirror of
https://github.com/restic/restic.git
synced 2025-08-22 04:07:26 +00:00
Do not run archiver tests by default
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user