diff TOOLS/benchmark-gab/variables @ 7184:bcbbe5ee11fd

v0.91 small misc fixes 100l fix, for xv+xmga benchmarks, only VC was benchmarked, now total time everywhere
author gabucino
date Sat, 31 Aug 2002 08:16:44 +0000
parents cba37985dec5
children c36333ff54b0
line wrap: on
line diff
--- a/TOOLS/benchmark-gab/variables	Sat Aug 31 02:13:20 2002 +0000
+++ b/TOOLS/benchmark-gab/variables	Sat Aug 31 08:16:44 2002 +0000
@@ -1,4 +1,5 @@
 #!/bin/sh
+export PATH=$PATH:/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin
 
 VENDOR="`cat /proc/cpuinfo | grep vendor_id | cut -c 13-`"
 MODEL="`cat /proc/cpuinfo | grep "model name" | cut -c 14-`"
@@ -7,11 +8,9 @@
 BUILD="`echo $VENDOR $MODEL $MHZ | tr [\ ] [_]`"
 VGA="`lspci | grep VGA | cut -c 36-`"
 
-export LOGFILE="`pwd`/$BUILD.logs/log-`date +\"%Y-%m-%d\"`"
+export LOGFILE="`pwd`/log-$BUILD-`date +\"%Y-%m-%d\"`"
 export COMPILEOPTIONS="--enable-runtime-cpudetection"
 
-mkdir $BUILD.logs 2> /dev/null
-
 function wrtlog {
 	echo "[ `date +\"%Y-%m-%d %T\"` ] $*" >> "$LOGFILE"
 }