Fix make bench (#610)

Remove  flag -log.level
Signed-off-by: mrasu <m.rasu.hitsuji@gmail.com>
This commit is contained in:
mrasu 2019-06-04 05:37:24 +09:00 committed by Krasi Georgiev
parent b800a89ae3
commit 3db36f021b

View File

@ -15,7 +15,6 @@ package main
import (
"bufio"
"flag"
"fmt"
"io"
"io/ioutil"
@ -107,9 +106,6 @@ func main() {
}
dumpSamples(db, *dumpMinTime, *dumpMaxTime)
}
if err := flag.CommandLine.Set("log.level", "debug"); err != nil {
exitWithError(err)
}
}
type writeBenchmark struct {