We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8813190 commit 4f386e2Copy full SHA for 4f386e2
Makefile
@@ -1,9 +1,9 @@
1
SOURCE = parser.go
2
CONTAINER = jsonparser
3
SOURCE_PATH = /go/src/github.com/buger/jsonparser
4
-BENCHMARK = BenchmarkJsonParserEachKeyManualMedium
+BENCHMARK = JsonParser
5
BENCHTIME = 5s
6
-TEST = TestEachKey
+TEST = .
7
DRUN = docker run -v `pwd`:$(SOURCE_PATH) -i -t $(CONTAINER)
8
9
build:
0 commit comments