diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-27 16:13:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-27 16:13:47 +0000 |
commit | 7a89e59b7d0792ba0e11389c471b9c4d641b1e69 (patch) | |
tree | dae7b2958a679d230a407ba7ccdb7cd3b25873d1 /benchmarks | |
parent | Assign maintainership to "Thomas E. Zander" <riggs@rrr.de> per (diff) |
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')
-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; |