scripts:
[testub10.git] / scripts / README
1 original README by viper:
2 http://www.informatik-forum.at/showthread.php?73238-code-benchmarks
3 =================================
4 The Mysterious Mr. Ubvl presents:
5
6 a test case instruction counter
7
8 Run:
9
10 ./test.sh <assignment>
11
12 e.g. ./test.sh codea
13
14 and all available tests will be benchmarked. The individual traces per test
15 case (containing only instructions near the generated code's labels) are
16 written to traces/, traces/result.txt contains the aggregated results.
17
18 Use something like
19   
20   sort results.txt > r$USER.txt
21   diff r<u...>.txt r<u...>.txt
22
23 to compare results with your colleagues.