Added benchmark scripts

This commit is contained in:
rxi
2015-08-13 19:04:55 +01:00
parent 31564c4195
commit c8e460b442
5 changed files with 206 additions and 0 deletions

6
bench/bench_all.lua Normal file
View File

@@ -0,0 +1,6 @@
print("[decode]")
loadfile("bench_decode.lua")()
print()
print("[encode]")
loadfile("bench_encode.lua")()