From owner-cvs-all@FreeBSD.ORG Mon Oct 9 17:19:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B23216A403; Mon, 9 Oct 2006 17:19:55 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F5343D45; Mon, 9 Oct 2006 17:19:55 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k99HJtrN076718; Mon, 9 Oct 2006 17:19:55 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k99HJtHr076717; Mon, 9 Oct 2006 17:19:55 GMT (envelope-from se) Message-Id: <200610091719.k99HJtHr076717@repoman.freebsd.org> From: Stefan Esser Date: Mon, 9 Oct 2006 17:19:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks/rawio Makefile ports/benchmarks/rawio/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 17:19:55 -0000 se 2006-10-09 17:19:55 UTC FreeBSD ports repository Modified files: benchmarks/rawio Makefile benchmarks/rawio/files patch-ad Log: Fix rawio for sequential read/write tests: Revision 1.3 of patch-ad worked around the problem, that only one writer is allowed to allow a partition through GEOM. The fix was not complete, leading to the file position not been incremented during reads and writes, thus not testing sequential performance, but performance of cached reads and writes, in general. This fix makes rawio report reasonable sequential performance again, but I'm still very suspicious with regard to randomized start positions working. The results do not show the expected variation of sequential read/write performance. I have not had time to look into this any deeper, though, and thus decidied to not delay the commit any further ... Revision Changes Path 1.15 +1 -1 ports/benchmarks/rawio/Makefile 1.5 +31 -12 ports/benchmarks/rawio/files/patch-ad