From owner-freebsd-stable@FreeBSD.ORG Tue Jul 12 08:04:07 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C9D16A41C for ; Tue, 12 Jul 2005 08:04:07 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BABE43D4C for ; Tue, 12 Jul 2005 08:04:06 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so1067463wra for ; Tue, 12 Jul 2005 01:04:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kyPYvo5beyyDOT1zzxmRXamWSdQvNkDnBwpd7tmdqMRyYOAAOmPswXZHpXBtW94nJb3y3o5CSIHz0MEgUcQ6ojTKytaV2+n2ANXmZRpx6EE05GdBi/hXpcSO0oFW4+bH+zkT4Nt3fie5TSC6p9zqAhkyVmu6jMdq8SytPnQ43A4= Received: by 10.54.57.78 with SMTP id f78mr4343974wra; Tue, 12 Jul 2005 01:02:57 -0700 (PDT) Received: by 10.54.125.12 with HTTP; Tue, 12 Jul 2005 01:02:57 -0700 (PDT) Message-ID: Date: Tue, 12 Jul 2005 10:02:57 +0200 From: Claus Guttesen To: freebsd-stable@freebsd.org In-Reply-To: <6.2.1.2.0.20050711222106.0350cb10@64.7.153.2> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1121099976.62346.48.camel@opus.cse.buffalo.edu> <20050711215527.D29110@fledge.watson.org> <6.2.1.2.0.20050711222106.0350cb10@64.7.153.2> Subject: Re: FYI - RELENG_6 branch has been created. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Claus Guttesen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 08:04:07 -0000 >As a further FYI, a variety of debugging features are still enabled by >default in RELENG_6, including INVARINTS, WITNESS, and user space malloc >debugging. These will remain enabled through the first snapshot from the Not very scientific but here is my ubench on a dual nocona @ 2.8 GHz and 4 GB RAM on a Dell 2850: Sched_ule: Current from July 6'th 2005: Ubench CPU: 241149 Ubench MEM: 182695 -------------------- Ubench AVG: 211922 6.0 stable pr. July 12'th 2005: Ubench CPU: 243058 Ubench MEM: 186918 -------------------- Ubench AVG: 214988 So slight increase in both cpu and ram in stable. SCHED_4BSD and 6.0 stable pr. July 12'th 2005: Ubench CPU: 260315 Ubench MEM: 189686 -------------------- Ubench AVG: 225000 Here sched_4bsd performs approx. 5 % better on ubench. regards Claus