aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1998-12-19 22:44:46 +0000
committerStefan Eßer <se@FreeBSD.org>1998-12-19 22:44:46 +0000
commitb6da6cddb4d9b60d9fbdb79b63aa2e0b1b8c8064 (patch)
treea6b3ac32d46dbed5144f3214414c3ed1449bc0a9 /benchmarks
parente40252bc794ad10a0a7b764140a060af74c8c954 (diff)
downloadports-b6da6cddb4d9b60d9fbdb79b63aa2e0b1b8c8064.tar.gz
ports-b6da6cddb4d9b60d9fbdb79b63aa2e0b1b8c8064.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bytebench/files/patch-aa130
-rw-r--r--benchmarks/unixbench/files/patch-aa130
2 files changed, 2 insertions, 258 deletions
diff --git a/benchmarks/bytebench/files/patch-aa b/benchmarks/bytebench/files/patch-aa
index ca94d39f53f7..8f09da7d9834 100644
--- a/benchmarks/bytebench/files/patch-aa
+++ b/benchmarks/bytebench/files/patch-aa
@@ -16,7 +16,7 @@
SHELL = /bin/sh
! HZ = 128
CFLAGS = -DTIME
-! OPTON = -s -static -O -m486 -finline-functions -funroll-loops -fomit-frame-pointer
+! OPTON = -s -static -O -finline-functions -funroll-loops -fomit-frame-pointer
! #optimization on (give it your best shot)
! # -- check your compiler man
! OPTOFF = -O0 -static #optimization off -- check your compiler man
@@ -35,131 +35,3 @@
! # TMPDIR = /var/tmp
# other directories
INCLDIR = /usr/include
-*** Run.orig Wed Feb 5 11:08:46 1992
---- Run Wed Jan 3 00:13:43 1996
-***************
-*** 41,45 ****
- # awk cat cc chmod comm cp date dc df echo ed expr
- # kill ls make mkdir rm sed test time touch tty umask who
-! # AND /bin/time
- # to generate result indexes, you will also need ...
- # join
---- 41,45 ----
- # awk cat cc chmod comm cp date dc df echo ed expr
- # kill ls make mkdir rm sed test time touch tty umask who
-! # AND /usr/bin/time
- # to generate result indexes, you will also need ...
- # join
-***************
-*** 51,55 ****
- then
- # determine flavor of UNIX from number of lines generated by /bin/tim
-! Fcount=`/bin/time date 2>&1 | wc -l | sed 's/ //g'`
- case "$Fcount"
- in
---- 51,55 ----
- then
- # determine flavor of UNIX from number of lines generated by /bin/tim
-! Fcount=`/usr/bin/time date 2>&1 | wc -l | sed 's/ //g'`
- case "$Fcount"
- in
-***************
-*** 68,75 ****
- export FLAVOR
- # check that the required files are in the proper places
-! if make check
-! then :
-! else make all
-! fi
- #
- #
---- 68,75 ----
- export FLAVOR
- # check that the required files are in the proper places
-! #if make check
-! # then :
-! # else make all
-! #fi
- #
- #
-***************
-*** 93,97 ****
- cd $PWD
-
-! TMPDIR=${HOMEDIR}/tmp
- cd $TMPDIR
- TMPDIR=`pwd`
---- 93,97 ----
- cd $PWD
-
-! TMPDIR=${TMPDIR-${HOMEDIR}/tmp}
- cd $TMPDIR
- TMPDIR=`pwd`
-***************
-*** 304,312 ****
- C)
- logmsg="C Compiler Test"
-! prog="looper ${looper-60} cc cctest.c"
- stdout=/dev/null
- repeat="$shortloop"
- cleanopt="-m $TMPTIMES"
-! rm -f ${TESTDIR}/cctest.o ${TESTDIR}/a.out
- ;;
-
---- 304,312 ----
- C)
- logmsg="C Compiler Test"
-! prog="looper ${looper-60} cc cctest.c -o ${TMPDIR}/a.out"
- stdout=/dev/null
- repeat="$shortloop"
- cleanopt="-m $TMPTIMES"
-! rm -f ${TESTDIR}/cctest.o ${TMPDIR}/a.out
- ;;
-
-***************
-*** 418,426 ****
- if test "$stdin" = ""
- then # without redirected stdin
-! /bin/time $prog $opt $bgstr 2>>$TMPTIMES >>$stdout
- else # with redirected stdin
-! /bin/time $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
- fi
-- /bin/time $benchcmd
- ###############################################
- cd $pwd # move back home
---- 418,425 ----
- if test "$stdin" = ""
- then # without redirected stdin
-! /usr/bin/time $prog $opt $bgstr 2>>$TMPTIMES >>$stdout
- else # with redirected stdin
-! /usr/bin/time $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
- fi
- ###############################################
- cd $pwd # move back home
-*** pgms/cleanup.sh.orig Wed Feb 5 11:08:37 1992
---- pgms/cleanup.sh Wed Jan 3 19:27:21 1996
-***************
-*** 87,92 ****
-
- -r) : reason for failure
-! echo $1
-! echo $1 >>$LOGFILE
- shift
- ;;
---- 87,92 ----
-
- -r) : reason for failure
-! echo -e $1
-! echo -e $1 >>$LOGFILE
- shift
- ;;
-*** pgms/multi.sh.orig Thu Jan 4 15:16:20 1996
---- pgms/multi.sh Thu Jan 4 15:17:26 1996
-***************
-*** 15,18 ****
---- 15,19 ----
- ###############################################################################
- ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24";
-+ cd $TMPDIR
- for i
- do
diff --git a/benchmarks/unixbench/files/patch-aa b/benchmarks/unixbench/files/patch-aa
index ca94d39f53f7..8f09da7d9834 100644
--- a/benchmarks/unixbench/files/patch-aa
+++ b/benchmarks/unixbench/files/patch-aa
@@ -16,7 +16,7 @@
SHELL = /bin/sh
! HZ = 128
CFLAGS = -DTIME
-! OPTON = -s -static -O -m486 -finline-functions -funroll-loops -fomit-frame-pointer
+! OPTON = -s -static -O -finline-functions -funroll-loops -fomit-frame-pointer
! #optimization on (give it your best shot)
! # -- check your compiler man
! OPTOFF = -O0 -static #optimization off -- check your compiler man
@@ -35,131 +35,3 @@
! # TMPDIR = /var/tmp
# other directories
INCLDIR = /usr/include
-*** Run.orig Wed Feb 5 11:08:46 1992
---- Run Wed Jan 3 00:13:43 1996
-***************
-*** 41,45 ****
- # awk cat cc chmod comm cp date dc df echo ed expr
- # kill ls make mkdir rm sed test time touch tty umask who
-! # AND /bin/time
- # to generate result indexes, you will also need ...
- # join
---- 41,45 ----
- # awk cat cc chmod comm cp date dc df echo ed expr
- # kill ls make mkdir rm sed test time touch tty umask who
-! # AND /usr/bin/time
- # to generate result indexes, you will also need ...
- # join
-***************
-*** 51,55 ****
- then
- # determine flavor of UNIX from number of lines generated by /bin/tim
-! Fcount=`/bin/time date 2>&1 | wc -l | sed 's/ //g'`
- case "$Fcount"
- in
---- 51,55 ----
- then
- # determine flavor of UNIX from number of lines generated by /bin/tim
-! Fcount=`/usr/bin/time date 2>&1 | wc -l | sed 's/ //g'`
- case "$Fcount"
- in
-***************
-*** 68,75 ****
- export FLAVOR
- # check that the required files are in the proper places
-! if make check
-! then :
-! else make all
-! fi
- #
- #
---- 68,75 ----
- export FLAVOR
- # check that the required files are in the proper places
-! #if make check
-! # then :
-! # else make all
-! #fi
- #
- #
-***************
-*** 93,97 ****
- cd $PWD
-
-! TMPDIR=${HOMEDIR}/tmp
- cd $TMPDIR
- TMPDIR=`pwd`
---- 93,97 ----
- cd $PWD
-
-! TMPDIR=${TMPDIR-${HOMEDIR}/tmp}
- cd $TMPDIR
- TMPDIR=`pwd`
-***************
-*** 304,312 ****
- C)
- logmsg="C Compiler Test"
-! prog="looper ${looper-60} cc cctest.c"
- stdout=/dev/null
- repeat="$shortloop"
- cleanopt="-m $TMPTIMES"
-! rm -f ${TESTDIR}/cctest.o ${TESTDIR}/a.out
- ;;
-
---- 304,312 ----
- C)
- logmsg="C Compiler Test"
-! prog="looper ${looper-60} cc cctest.c -o ${TMPDIR}/a.out"
- stdout=/dev/null
- repeat="$shortloop"
- cleanopt="-m $TMPTIMES"
-! rm -f ${TESTDIR}/cctest.o ${TMPDIR}/a.out
- ;;
-
-***************
-*** 418,426 ****
- if test "$stdin" = ""
- then # without redirected stdin
-! /bin/time $prog $opt $bgstr 2>>$TMPTIMES >>$stdout
- else # with redirected stdin
-! /bin/time $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
- fi
-- /bin/time $benchcmd
- ###############################################
- cd $pwd # move back home
---- 418,425 ----
- if test "$stdin" = ""
- then # without redirected stdin
-! /usr/bin/time $prog $opt $bgstr 2>>$TMPTIMES >>$stdout
- else # with redirected stdin
-! /usr/bin/time $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
- fi
- ###############################################
- cd $pwd # move back home
-*** pgms/cleanup.sh.orig Wed Feb 5 11:08:37 1992
---- pgms/cleanup.sh Wed Jan 3 19:27:21 1996
-***************
-*** 87,92 ****
-
- -r) : reason for failure
-! echo $1
-! echo $1 >>$LOGFILE
- shift
- ;;
---- 87,92 ----
-
- -r) : reason for failure
-! echo -e $1
-! echo -e $1 >>$LOGFILE
- shift
- ;;
-*** pgms/multi.sh.orig Thu Jan 4 15:16:20 1996
---- pgms/multi.sh Thu Jan 4 15:17:26 1996
-***************
-*** 15,18 ****
---- 15,19 ----
- ###############################################################################
- ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24";
-+ cd $TMPDIR
- for i
- do