Skip to content

Commit

Permalink
benchmarks updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Apr 26, 2015
1 parent bbcf316 commit 14f82f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readthedocs/ravi-benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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.765 | 0.309 |
|fornum_test1 | 9.187 | 2.75 | 0.309 |
+-------------+---------+----------+-----------+
|fornum_test2 | 9.57 | 2.782 | 0.93 |
|fornum_test2 | 9.57 | 1.234 | 0.93 |
+-------------+---------+----------+-----------+
|fornum_test3 | 53.932 | 15.92 | 7.806 |
|fornum_test3 | 53.932 | 7.062 | 7.806 |
+-------------+---------+----------+-----------+
|mandel | 21.247 | 5.79 | 1.633 |
|mandel | 21.247 | 2.953 | 1.633 |
+-------------+---------+----------+-----------+
|fannkuchen | 63.446 | 11.044 | 4.751 |
|fannkuchen | 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 14f82f7

Please sign in to comment.