Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Jun 28, 2015
1 parent 894d53f commit c511838
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions readthedocs/ravi-benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ 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(LLVM) | Ravi (gcc)| Luajit 2.1 |
+===============+=========+============+===========+============+
|fornum_test1 | 9.187 | 0.305 | 0.000001 | 0.309 |
+---------------+---------+------------+-----------+------------+
|fornum_test2 | 9.57 | 0.922 | 0.939 | 0.906 |
+---------------+---------+------------+-----------+------------+
|fornum_test3 | 53.932 | 4.593 | | 7.778 |
+---------------+---------+------------+-----------+------------+
|mandel(4000) | 21.247 | 2.94 | 3.09 | 1.633 |
+---------------+---------+------------+-----------+------------+
|fannkuchen(11) | 63.446 | 8.875 | | 4.751 |
+---------------+---------+------------+-----------+------------+
|matmul(1000) | 34.604 | 4.2 | | 0.968 |
+---------------+---------+------------+-----------+------------+
+---------------+---------+------------+-------------+------------+
| Program | Lua5.3 | Ravi(LLVM) | Ravi(gccjit)| Luajit 2.1 |
+===============+=========+============+=============+============+
|fornum_test1 | 9.187 | 0.305 | 0.000001 | 0.309 |
+---------------+---------+------------+-------------+------------+
|fornum_test2 | 9.57 | 0.922 | 0.939 | 0.906 |
+---------------+---------+------------+-------------+------------+
|fornum_test3 | 53.932 | 4.593 | | 7.778 |
+---------------+---------+------------+-------------+------------+
|mandel(4000) | 21.247 | 2.94 | 3.09 | 1.633 |
+---------------+---------+------------+-------------+------------+
|fannkuchen(11) | 63.446 | 8.875 | | 4.751 |
+---------------+---------+------------+-------------+------------+
|matmul(1000) | 34.604 | 4.2 | | 0.968 |
+---------------+---------+------------+-------------+------------+

Following points are worth bearing in mind when looking at above benchmarks.

Expand Down

0 comments on commit c511838

Please sign in to comment.