aboutsummaryrefslogtreecommitdiff
path: root/tests/bench.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bench.lua')
-rwxr-xr-xtests/bench.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bench.lua b/tests/bench.lua
index fdd0bb0..c81213d 100755
--- a/tests/bench.lua
+++ b/tests/bench.lua
@@ -72,7 +72,7 @@ function bench_file(filename)
72 return benchmark(tests, 0.1, 5) 72 return benchmark(tests, 0.1, 5)
73end 73end
74 74
75cjson.encode_keep_buffer(true) 75json.encode_keep_buffer(true)
76 76
77for i = 1, #arg do 77for i = 1, #arg do
78 local results = bench_file(arg[i]) 78 local results = bench_file(arg[i])