summaryrefslogtreecommitdiff
path: root/lua_benchmark/tests/Lua-Benchmarks/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'lua_benchmark/tests/Lua-Benchmarks/readme.md')
-rw-r--r--lua_benchmark/tests/Lua-Benchmarks/readme.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/lua_benchmark/tests/Lua-Benchmarks/readme.md b/lua_benchmark/tests/Lua-Benchmarks/readme.md
new file mode 100644
index 0000000..b1b6624
--- /dev/null
+++ b/lua_benchmark/tests/Lua-Benchmarks/readme.md
@@ -0,0 +1,31 @@
+# Lua Benchmarks
+
+Compare the performance of different Lua implementations
+
+## Sample Results
+
+Computer information:
+
+```
+Distro: CentOS release 6.8 (Final)
+Kernel: 2.6.32-642.13.1.el6.x86_64
+CPU: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
+```
+![](https://raw.githubusercontent.com/gligneul/Lua-Benchmarks/master/results/speedup_luajit.png)
+![](https://raw.githubusercontent.com/gligneul/Lua-Benchmarks/master/results/speedup_lua53.png)
+![](https://raw.githubusercontent.com/gligneul/Lua-Benchmarks/master/results/speedup_lua5.png)
+
+## Usage
+
+```
+usage: lua runbenchmarks.lua [options]
+options:
+ --nruns <n> number of times that each test is executed (default = 3)
+ --no-supress don't supress error messages from tests
+ --output <name> name of the benchmark output
+ --normalize normalize the result based on the first binary
+ --speedup compute the speedup based on the first binary
+ --no-plot don't create the plot with gnuplot
+ --help show this message
+```
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback