Skip to content

Commit 4f386e2

Browse files
committed
Remove debug
1 parent 8813190 commit 4f386e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
SOURCE = parser.go
22
CONTAINER = jsonparser
33
SOURCE_PATH = /go/src/github.com/buger/jsonparser
4-
BENCHMARK = BenchmarkJsonParserEachKeyManualMedium
4+
BENCHMARK = JsonParser
55
BENCHTIME = 5s
6-
TEST = TestEachKey
6+
TEST = .
77
DRUN = docker run -v `pwd`:$(SOURCE_PATH) -i -t $(CONTAINER)
88

99
build:

0 commit comments

Comments
 (0)