From owner-freebsd-stable@FreeBSD.ORG Wed Aug 9 13:49:57 2006 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 48B1D16A4DA for ; Wed, 9 Aug 2006 13:49:57 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA35943D49 for ; Wed, 9 Aug 2006 13:49:56 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so142593wxd for ; Wed, 09 Aug 2006 06:49:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hAHuBCNA7qXscustKL4pkBG8XV04CV8E+Yi7mPZgsKcnsbMhmRx9pM71pf8hSjqVfeaGLC3vFZk4SPLeihBQ29Uz8cbLaPQCWfIZc2WSUnjal2iJ+wgfSUtvF0I9XJFdnBga5aDvbFZ6Rlfz3Uif0cLhUxEFJWpVzuJi79vJL5k= Received: by 10.78.200.3 with SMTP id x3mr331168huf; Wed, 09 Aug 2006 06:49:47 -0700 (PDT) Received: by 10.78.143.11 with HTTP; Wed, 9 Aug 2006 06:49:47 -0700 (PDT) Message-ID: Date: Wed, 9 Aug 2006 08:49:47 -0500 From: "Nikolas Britton" To: "FreeBSD Stable List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: gzip is faster with -O3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 13:49:57 -0000 dd if=/dev/random of=testfile bs=1m count=5000 gzip compiled with -O3: # date ; nice -10 ./gzip -c9 testfile > testfile.gz ; date Wed Aug 9 08:01:21 CDT 2006 Wed Aug 9 08:09:06 CDT 2006 465 Seconds. gzip compiled with -O2: # date ; nice -10 ./gzip -c9 testfile > testfile.gz ; date Wed Aug 9 08:19:14 CDT 2006 Wed Aug 9 08:27:06 CDT 2006 472 Seconds. 7 second difference, it's not much but I still wanted to share it with the group. -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/