old-benchmark-code/Makefile

26 lines
694 B
Makefile

DATESTAMP := $(shell date -u +%Y.%m%d.%H%M)
all:
@echo try:
@echo make prep
@echo make screen
local:
mkdir $(DATESTAMP)
inventory/inventory.sh $(DATESTAMP)
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 --verbose -n 1 --replace=BLAH ssh BLAH ./prep.pl
screen:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "screen -d -m -S loadbot -c /root/benchmarks/screenrc"
killall:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "killall screen"
logs:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "cat loadbot.0"