Added benchmark scripts
This commit is contained in:
6
bench/bench_all.lua
Normal file
6
bench/bench_all.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
print("[decode]")
|
||||
loadfile("bench_decode.lua")()
|
||||
print()
|
||||
print("[encode]")
|
||||
loadfile("bench_encode.lua")()
|
||||
Reference in New Issue
Block a user