aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/bonnie
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-08-27 16:13:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-08-27 16:13:47 +0000
commit7a89e59b7d0792ba0e11389c471b9c4d641b1e69 (patch)
treedae7b2958a679d230a407ba7ccdb7cd3b25873d1 /benchmarks/bonnie
parentc8a5e3f2575ed49ac8d2189ccd7cc36e565fd8bd (diff)
downloadports-7a89e59b7d0792ba0e11389c471b9c4d641b1e69.tar.gz
ports-7a89e59b7d0792ba0e11389c471b9c4d641b1e69.zip
Use 8k chunks as Bonnie 1.0 did rather than 16k ones.
Otherwise the benchmark output is different (and noticeably lower) when compared to 1.0. Requested by: se
Notes
Notes: svn path=/head/; revision=65107
Diffstat (limited to 'benchmarks/bonnie')
-rw-r--r--benchmarks/bonnie/files/patch-ab11
1 files changed, 10 insertions, 1 deletions
diff --git a/benchmarks/bonnie/files/patch-ab b/benchmarks/bonnie/files/patch-ab
index e71c6bd13ebe..f083a7e7270b 100644
--- a/benchmarks/bonnie/files/patch-ab
+++ b/benchmarks/bonnie/files/patch-ab
@@ -1,5 +1,14 @@
--- Bonnie.c.orig Wed Aug 28 09:23:49 1996
-+++ Bonnie.c Fri Jun 28 23:40:56 2002
++++ Bonnie.c Tue Aug 27 09:12:19 2002
+@@ -49,7 +49,7 @@
+ #define Seeks (4000)
+ #define UpdateSeek (10)
+ #define SeekProcCount (3)
+-#define Chunk (16384)
++#define Chunk (8192)
+
+ /* labels for the tests, used as an array index */
+ typedef enum
@@ -179,7 +179,7 @@
if (bufindex == Chunk / IntSize)
bufindex = 0;