old-benchmark-code/Makefile

11 lines
277 B
Makefile
Raw Normal View History

2011-08-16 16:40:50 -05:00
DATESTAMP := $(shell date -u +%Y.%m%d.%H%M)
2011-08-16 11:25:46 -05:00
all:
mkdir $(DATESTAMP)
inventory/inventory.sh $(DATESTAMP)
cd cpu; make
2011-09-26 15:38:03 -05:00
prep:
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