Well, you could create a new xenofarm target so that those with lots of CPU time to waste can perform benchmarks after the other tests. Something like
xenofarm_benchmark: -rm -rf xenofarm_result mkdir xenofarm_result -CCACHE_LOGFILE="`pwd`/xenofarm_result/ccache.log.txt" \ MAKE="$(MAKE_CMD)" CONFIGUREARGS="$(CONFIGUREARGS)" \ BUILDDIR="$(BUILDDIR)" /bin/sh bin/xenofarm.sh @$(DO_MAKE) $(MAKE_FLAGS) "METATARGET=run_bench" > \ xenofarm_result/bench.txt cd xenofarm_result && tar cf - . > ../xenofarm_result.tar gzip -f9 xenofarm_result.tar
(but tested)
/ Martin Nilsson (ja till euro, nej till cent)
Previous text:
2003-09-12 15:44: Subject: benchmark in xenofarm
Hm, would it be possible to benchmark at the end of the xenofarm build?
It would be interesting to be able to see performance graph versus revision (time). :)
(But maybe people don't want to spend the extra cpu-minute or so?)
/ Mirar