Actually, the benchmarks would take a very, very insignificant amount of time compared to the other tests. :-)
/ Per Hedbor ()
Previous text:
2003-09-12 15:49: Subject: benchmark in xenofarm
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)