From ac8415a3c6dcde1b3d859df8ec51cab4cff7e6a4 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 27 Aug 2002 16:13:47 +0000 Subject: 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 --- benchmarks/bonnie/files/patch-ab | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'benchmarks/bonnie') 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; -- cgit