mirror of
https://github.com/TangentFoxy/rxi-json.lua.git
synced 2025-07-28 02:52:17 +00:00
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