diff options
author | obrien <obrien@FreeBSD.org> | 2002-08-28 00:13:47 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-08-28 00:13:47 +0800 |
commit | ac8415a3c6dcde1b3d859df8ec51cab4cff7e6a4 (patch) | |
tree | ed4f3a169eae01fb2acf0fb190d2c6ddfe235b80 /benchmarks/bonnie | |
parent | a3fc81470080029b545bbe4a07bf5b07b6562f25 (diff) | |
download | freebsd-ports-gnome-ac8415a3c6dcde1b3d859df8ec51cab4cff7e6a4.tar.gz freebsd-ports-gnome-ac8415a3c6dcde1b3d859df8ec51cab4cff7e6a4.tar.zst freebsd-ports-gnome-ac8415a3c6dcde1b3d859df8ec51cab4cff7e6a4.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
Diffstat (limited to 'benchmarks/bonnie')
-rw-r--r-- | benchmarks/bonnie/files/patch-ab | 11 |
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; |