From owner-freebsd-current Mon Apr 21 14:42:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA16115 for current-outgoing; Mon, 21 Apr 1997 14:42:03 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA16110 for ; Mon, 21 Apr 1997 14:41:58 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id OAA04284; Mon, 21 Apr 1997 14:41:08 -0700 (PDT) Message-Id: <199704212141.OAA04284@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Warner Losh cc: Chris Timmons , current@FreeBSD.ORG Subject: Re: Speed deamons: How to build a build box? In-reply-to: Your message of "Mon, 21 Apr 1997 15:34:39 MDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 21 Apr 1997 14:41:08 -0700 From: Amancio Hasty Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Don't forget to do a time command so we can tell how much disk, system time, etc.. is taken up. Also, what I would like to see done is for the results to be published in a web page preferably FreeBSD.org . It should include hardware setup , anything special in the way of hardware optimization, mount flags, make world flags. Comments on which options or features improves the most for instance -pipe vs. async , etc... If we do a good job , it will go a long way to establish a base level performance at least with respect to make world. Cheers, Amancio >From The Desk Of Warner Losh : > In message <199704211937.MAA03234@rah.star-gate.com> Amancio Hasty writes: > : Is it time to do a little performance analysis and publish the results? 8) > > I was going to do a run later today with and w/o the -pipe flag and > publish those results. > > Warner