From owner-freebsd-current@FreeBSD.ORG Fri Dec 8 10:07:23 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBBDF16A412 for ; Fri, 8 Dec 2006 10:07:23 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mailhost.graphdata.co.uk (mailhost.graphdata.co.uk [195.12.22.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D34343CAD for ; Fri, 8 Dec 2006 10:06:21 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id F171611402F for ; Fri, 8 Dec 2006 10:07:16 +0000 (GMT) X-Virus-Scanned: amavisd-new at graphdata.co.uk Received: from mailhost.graphdata.co.uk ([127.0.0.1]) by localhost (mailhost.graphdata.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y0SIJpNV3iv1 for ; Fri, 8 Dec 2006 10:07:14 +0000 (GMT) Received: from gdc083.internal.graphdata.co.uk (gdc083.internal.graphdata.co.uk [192.168.0.86]) by mailhost.graphdata.co.uk (Postfix) with SMTP id 48B38114023 for ; Fri, 8 Dec 2006 10:07:14 +0000 (GMT) Date: Fri, 8 Dec 2006 10:07:14 +0000 From: Dominic Marks To: freebsd-current@freebsd.org Message-Id: <20061208100714.574ed6a3.dom@helenmarks.co.uk> In-Reply-To: <1165560934.1035.3.camel@testing.freebsdworld.net> References: <1165560934.1035.3.camel@testing.freebsdworld.net> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Current for Benchmarking X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2006 10:07:23 -0000 On Fri, 08 Dec 2006 01:55:33 -0500 Benjamin D Adams wrote: > I want to run some benchmarks on FreeBSD, I would like to do it on the > up and coming 6.2 but isn't this in Debug setup. So it will not preform > like it will when it is released? If this is a Debug version of the OS > how would I get it out of the Debug, make world on it? You are on the wrong list. FreeBSD 6.2 is the latest STABLE branch. By default this does not come with debugging options enabled. The CURRENT branch does have some of the debugging options enabled by default, but CURRENT will become FreeBSD 7 one day, not 6.x. So you can just use the 6.2 ISOs. Assuming that is you do not wish to tune / customise the system before running your tests. Hope this helps, Dominic