old-benchmark-code/Makefile

39 lines
992 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:
2011-09-26 18:26:37 -05:00
@echo try:
@echo make prep
@echo make screen
local:
2011-08-16 11:25:46 -05:00
mkdir $(DATESTAMP)
inventory/inventory.sh $(DATESTAMP)
cd cpu; make
2011-09-26 15:38:03 -05:00
prep:
git update-server-info
2011-09-27 16:19:25 -05:00
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH scp loadbot/prep.pl BLAH:
2011-09-27 09:35:50 -05:00
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH ./prep.pl
push:
-git commit -a
-git push
git update-server-info
git show -s --format=%H
2011-09-27 09:55:50 -05:00
pull:
git update-server-info
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "cd benchmarks; git pull"
2011-10-01 13:17:25 -05:00
docpu:
2011-09-26 18:26:37 -05:00
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"
2011-09-27 09:35:50 -05:00
logs:
2011-09-27 13:48:07 -05:00
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0"
2011-10-27 14:54:38 -05:00
build_kernel:
ssh 69.55.54.55 ./benchmarks/kernel/build.pl --prep