Skip to content

UCSD-PL/rs-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Benjamin Cosman
Mar 25, 2015
7cbf7a0 · Mar 25, 2015
Oct 15, 2014
Mar 25, 2015
Jul 20, 2014
Jul 21, 2014
Mar 25, 2015
Jul 21, 2014
Mar 25, 2015
Sep 14, 2014
Mar 24, 2015
Mar 16, 2015
Mar 16, 2015
Jan 8, 2015
Oct 18, 2014
Mar 25, 2015
Mar 25, 2015
Mar 25, 2015

Repository files navigation

##Misc benchmarks for RefScript

Run

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

Adding new tests

Currently only d3 is supported.

To add new tests:

  1. copy the files d3/regrtest.py, d3/rtest.py and d3/pmap.py to the project folder,
  2. update the paths in the end of file regrtest.py, and
  3. add a case in the Makefile