##Misc benchmarks for RefScript
To run all tests:
$ make all
To run tests in a particular project (e.g. d3):
$ make d3
To clean the output files:
$ make clean
Currently only d3 is supported.
To add new tests:
- copy the files
d3/regrtest.py,d3/rtest.pyandd3/pmap.pyto the project folder, - update the paths in the end of file
regrtest.py, and - add a case in the
Makefile