add matmul benchmark

pull/81/head
Dibyendu Majumdar 9 years ago
parent bec23419c6
commit 79242f1d4a

@ -8,7 +8,7 @@ The programs used in the performance testing can be found at `Ravi Tests <https:
+---------------+---------+----------+-----------+
| Program | Lua5.3 | Ravi | Luajit 2.1|
+===============+=========+==========+===========+
|fornum_test1 | 9.187 | 2.75 | 0.309 |
|fornum_test1 | 9.187 | 0.305 | 0.309 |
+---------------+---------+----------+-----------+
|fornum_test2 | 9.57 | 0.922 | 0.906 |
+---------------+---------+----------+-----------+
@ -18,6 +18,8 @@ The programs used in the performance testing can be found at `Ravi Tests <https:
+---------------+---------+----------+-----------+
|fannkuchen(11) | 63.446 | 8.875 | 4.751 |
+---------------+---------+----------+-----------+
|matmul(1000) | 34.604 | 4.2 | 0.968 |
+---------------+---------+----------+-----------+
There are a number of reasons why Ravi's performance is not as good as Luajit.

Loading…
Cancel
Save