mirror of
https://github.com/prometheus/prometheus
synced 2024-12-28 01:32:19 +00:00
Fix make bench
(#610)
Remove flag -log.level Signed-off-by: mrasu <m.rasu.hitsuji@gmail.com>
This commit is contained in:
parent
b800a89ae3
commit
3db36f021b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user