From owner-svn-src-all@FreeBSD.ORG Mon Dec 26 21:25:05 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6848C106566B; Mon, 26 Dec 2011 21:25:05 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 330A68FC19; Mon, 26 Dec 2011 21:25:03 +0000 (UTC) Received: by lahl5 with SMTP id l5so6173853lah.13 for ; Mon, 26 Dec 2011 13:25:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=2YRp/2sw3Qew6aI0GyA19oOxKC3csRWLhTO13H3dmOY=; b=H1q8GtUpy9Qky8jHuKp/B9C2xlOjOcTLq0ocrfqfHSt02E/3s6Wd0TP8BfVtv/CzfU oi4GGqevmIbqLu8ainrFI3Ete81561Z4ln43LhXVXyqq/JMeQ+2S81Zwj1M9ZmzfzoJM ATXIKTqHnF2ctgD+AV8MMWECK+NdXRbFJ01to= Received: by 10.152.104.6 with SMTP id ga6mr20463663lab.45.1324934701190; Mon, 26 Dec 2011 13:25:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.129.8 with HTTP; Mon, 26 Dec 2011 13:24:30 -0800 (PST) In-Reply-To: <4EF8DC5B.9070404@FreeBSD.org> References: <201112241216.pBOCGd1H012696@svn.freebsd.org> <4EF645D2.8080407@FreeBSD.org> <20111226102820.GT90831@alchemy.franken.de> <4EF8DC5B.9070404@FreeBSD.org> From: Eitan Adler Date: Mon, 26 Dec 2011 16:24:30 -0500 Message-ID: To: Doug Barton Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Marius Strobl Subject: Re: svn commit: r228857 - in head/usr.bin: . csup X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2011 21:25:05 -0000 On Mon, Dec 26, 2011 at 3:43 PM, Doug Barton wrote: > Then for each version run it > against the src tree (or ports, either way) 10 times. Discard the first > and last, and then plot the results with ministat. We discard the first to do warm cache benchmarks but why discard the last? Also see http://wiki.freebsd.org/BenchmarkAdvice?highlight=%28benchmarking%29 -- Eitan Adler