Investigating a recursive, parallel, space-optimal adaptation of Unix’s find command for webpages.
./test.sh 0 1 # run specific tests
./test.sh all # run all tests
./perf.sh 0 3 # get metrics for case 0 with 3 runs - outputs to perf/0.perf
./perf.sh all # metrics for all cases
./gen_out.sh 0 # generate output for 0.in
./gen_out.sh all # for all cases (takes some time)
python3 validation.py 0 1 2 # check output/0.out, 1.out, 2.out
python3 validation.py # checks all cases corresponding to .in files in input/
./run.sh 1 # Runs 1.in
To start the test sites, simply run
./site.sh