debug is false in benchmark

This commit is contained in:
Thibault bui Koechlin 2020-05-24 12:59:26 +02:00
parent 88c72340e3
commit 1970a90813

View file

@ -54,6 +54,7 @@ func TestParser(t *testing.T) {
func BenchmarkParser(t *testing.B) {
log.Printf("start bench !!!!")
debug = false
log.SetLevel(log.ErrorLevel)
pctx, err := prepTests()
if err != nil {