* always update git repo

* make was working differently in gentoo
This commit is contained in:
Jeff Carr 2011-09-26 17:27:27 -04:00
parent 8601eb1b37
commit a6a28bf4a4
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,7 @@ all:
cd cpu; make
prep:
git update-server-info
cat loadbot/testservers |xargs -n 1 --replace=BLAH scp loadbot/prep.pl BLAH:
cat loadbot/testservers |xargs -n 1 --replace=BLAH ssh BLAH ./prep.pl

View File

@ -1,3 +1,9 @@
#!/bin/bash
cd /root/benchmarks
make
cd cpu
time ./bc_sin.sh 500
time ./bc_sin.sh 1000
time ./bc_sin.sh 2000
time ./bc_sin.sh 3000
bash