update benchmarks

pull/81/head
Dibyendu Majumdar 9 years ago
parent a85f4690ab
commit 4a084151d1

@ -8,15 +8,15 @@ The programs used in the performance testing can be found at `Ravi Tests <https:
+---------------+---------+------------+-----------------------+------------+
| Program | Lua5.3 | Ravi(LLVM) | Ravi (gccjit;guest VM)| Luajit 2.1 |
+===============+=========+============+=======================+============+
|fornum_test1 | 9.187 | 0.305 | 0.000001 | 0.309 |
|fornum_test1 | 9.187 | 0.305 | 0.000001 (VM) | 0.309 |
+---------------+---------+------------+-----------------------+------------+
|fornum_test2 | 9.57 | 0.922 | 0.939 | 0.906 |
|fornum_test2 | 9.57 | 0.922 | 0.939 (VM) | 0.906 |
+---------------+---------+------------+-----------------------+------------+
|fornum_test3 | 53.932 | 4.593 | | 7.778 |
+---------------+---------+------------+-----------------------+------------+
|mandel(4000) | 21.247 | 2.94 | 3.09 | 1.633 |
|mandel(4000) | 21.247 | 2.94 | 3.09 (VM) | 1.633 |
+---------------+---------+------------+-----------------------+------------+
|fannkuchen(11) | 63.446 | 8.875 | | 4.751 |
|fannkuchen(11) | 63.446 | 8.875 | 10.678 (VM) | 4.751 |
+---------------+---------+------------+-----------------------+------------+
|matmul(1000) | 34.604 | 4.2 | | 0.968 |
+---------------+---------+------------+-----------------------+------------+

Loading…
Cancel
Save