old-benchmark-code/Makefile

11 lines
277 B
Makefile

DATESTAMP := $(shell date -u +%Y.%m%d.%H%M)
all:
mkdir $(DATESTAMP)
inventory/inventory.sh $(DATESTAMP)
cd cpu; make
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