diff options
Diffstat (limited to 'benchmarks/libmicro/files/patch-bench.sh')
-rw-r--r-- | benchmarks/libmicro/files/patch-bench.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/libmicro/files/patch-bench.sh b/benchmarks/libmicro/files/patch-bench.sh index 01ec71af5be0..c1a5ec606086 100644 --- a/benchmarks/libmicro/files/patch-bench.sh +++ b/benchmarks/libmicro/files/patch-bench.sh @@ -1,6 +1,6 @@ ---- bench.sh.orig 2008-01-12 14:26:38.000000000 +0100 -+++ bench.sh 2008-01-12 14:26:59.000000000 +0100 -@@ -65,7 +65,7 @@ +--- bench.sh.orig 2011-05-11 00:58:23 UTC ++++ bench.sh +@@ -65,7 +65,7 @@ mkdir -p $VDIR1 $VDIR2 touch $IFILE @@ -9,7 +9,7 @@ # produce benchmark header for easier comparisons -@@ -83,6 +83,12 @@ +@@ -83,6 +83,12 @@ if [ -f /proc/cpuinfo ]; then p_type=`awk -F: '/model name/{print $2; exit}' /proc/cpuinfo` fi @@ -22,7 +22,7 @@ printf "!Libmicro_#: %30s\n" $libmicro_version printf "!Options: %30s\n" "$OPTS" printf "!Machine_name: %30s\n" $hostname -@@ -154,7 +160,6 @@ +@@ -154,7 +160,6 @@ memset $OPTS -N "memset_4k_uc" -s 4k memset $OPTS -N "memset_10k" -s 10k -I 600 memset $OPTS -N "memset_1m" -s 1m -I 200000 memset $OPTS -N "memset_10m" -s 10m -I 2000000 |