tests_speed :
	if test ! -e cpu; then mkdir -p cpu; fi
	perl Scripts/run-standard-tests.pl test ../../../../../opt `pwd` cpu A3 A3
	perl Scripts/run-standard-tests.pl test ../../../../../opt `pwd` cpu B3 B3
	cd cpu/,,test* && ../../Scripts/benchabinit.sh > ../../,summary_speed
	echo " You might now examine the content of the  ,summary_speed  file "
