Skip to content

Commit

Permalink
issue #157
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Nov 10, 2018
1 parent 37e0bda commit 41265af
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 62 deletions.
4 changes: 3 additions & 1 deletion ravi-tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ This folder contains various performance and unit tests.
Language tests
--------------
* basics.lua - some simple tests
* ravi_tests1.ravi - contains some basic tests
* ravi_tests1.ravi - contains most of the Ravi specific tests
* ravi_tests3.ravi - additional tests
* ravi_errors.ravi - contains tests for error conditions
* bitwise_tests.lua - modified Lua 5.3 tests to exercise JIT on bitwise operations

Expand All @@ -20,6 +21,7 @@ Matrix multiplication test:

* matmul1.lua - matrix multiplication (Lua compatible)
* matmul1.ravi - matrix multiplication (ravi version with static typing)
* matmul1_ravi.lua - matrix multiplication (ravi version with static typing)

Following performance tests were obtained from the `The Computer Programming Language Benchmarks Game <http://benchmarksgame.alioth.debian.org/>`_. Original author is `Mike Pall <http://luajit.org/>`_.

Expand Down
Loading

0 comments on commit 41265af

Please sign in to comment.