Skip to content

Commit f44d287

Browse files
authored
Use correct method to test "purejson" library (fabienrenaud#49)
1 parent 7e3ccf9 commit f44d287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/github/fabienrenaud/jjb/JsonBenchmark.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,11 @@ public void underscore_java() throws Exception {
253253
test(Library.UNDERSCORE_JAVA, BENCH.underscore_java());
254254
}
255255
}
256-
256+
257257
@Test
258258
public void purejson() throws Exception {
259259
for (int i = 0; i < ITERATIONS; i++) {
260-
test(Library.PUREJSON, BENCH.underscore_java());
260+
test(Library.PUREJSON, BENCH.purejson());
261261
}
262262
}
263263
}

0 commit comments

Comments
 (0)