summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/LiteJson/bench/bench_all.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Data/BuiltIn/Libraries/LiteJson/bench/bench_all.lua')
-rw-r--r--Data/BuiltIn/Libraries/LiteJson/bench/bench_all.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/LiteJson/bench/bench_all.lua b/Data/BuiltIn/Libraries/LiteJson/bench/bench_all.lua
new file mode 100644
index 0000000..3f99e99
--- /dev/null
+++ b/Data/BuiltIn/Libraries/LiteJson/bench/bench_all.lua
@@ -0,0 +1,6 @@
+
+print("[decode]")
+loadfile("bench_decode.lua")()
+print()
+print("[encode]")
+loadfile("bench_encode.lua")()