Adapt build script for changes to argument interpretation in fabricate's Builder...
[build-benchmarks.git] / run-benchmarks.sh
blob8bf0b07134e83e57da4e9d7a2899d902fbd8ed23
1 #! /bin/sh
3 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4 # Don't forget to turn the CPU up to 100%!
5 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7 PYTHONPATH=$HOME/self/proj/fabricate/trunk-read-only
8 export PYTHONPATH
10 rm -rf libs && ./generate_libs.py libs 50 100 15 5
12 (cd libs/make/ && time make)
13 (cd libs/make/ && time make)
15 (cd libs/make_nonrecursive/ && time make)
16 (cd libs/make_nonrecursive/ && time make)
18 (cd libs/scons && time scons)
19 (cd libs/scons && time scons)
21 (cd libs/fabricate && time python ./build.py)
22 (cd libs/fabricate && time python ./build.py)