Skip to content

Commit

Permalink
Update ravi-benchmarks.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed May 3, 2015
1 parent c81cb50 commit a9e9eb5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions readthedocs/ravi-benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Ravi's reason for existence is to achieve greater performance than standard Lua

The programs used in the performance testing can be found at `Ravi Tests <https://github.com/dibyendumajumdar/ravi/tree/master/ravi-tests>`_ folder.

+-------------+---------+----------+-----------+
| Program | Lua5.3 | Ravi | Luajit 2.1|
+=============+=========+==========+===========+
|fornum_test1 | 9.187 | 2.75 | 0.309 |
+-------------+---------+----------+-----------+
|fornum_test2 | 9.57 | 1.234 | 0.93 |
+-------------+---------+----------+-----------+
|fornum_test3 | 53.932 | 7.062 | 7.806 |
+-------------+---------+----------+-----------+
|mandel | 21.247 | 2.953 | 1.633 |
+-------------+---------+----------+-----------+
|fannkuchen | 63.446 | 9.017 | 4.751 |
+-------------+---------+----------+-----------+
+---------------+---------+----------+-----------+
| Program | Lua5.3 | Ravi | Luajit 2.1|
+===============+=========+==========+===========+
|fornum_test1 | 9.187 | 2.75 | 0.309 |
+---------------+---------+----------+-----------+
|fornum_test2 | 9.57 | 1.234 | 0.93 |
+---------------+---------+----------+-----------+
|fornum_test3 | 53.932 | 7.062 | 7.806 |
+---------------+---------+----------+-----------+
|mandel(4000) | 21.247 | 2.953 | 1.633 |
+---------------+---------+----------+-----------+
|fannkuchen(11) | 63.446 | 9.017 | 4.751 |
+---------------+---------+----------+-----------+

There are a number of reasons why Ravi's performance is not as good as Luajit.

Expand Down

0 comments on commit a9e9eb5

Please sign in to comment.