From owner-freebsd-threads@FreeBSD.ORG Mon May 24 10:21:11 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBC916A4CE for ; Mon, 24 May 2004 10:21:11 -0700 (PDT) Received: from mail.mikehost.net (lvs-1.voxel.net [207.99.115.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id C054E43D1F for ; Mon, 24 May 2004 10:21:09 -0700 (PDT) (envelope-from mike@mike2k.com) Received: by mail.mikehost.net (Postfix, from userid 502) id 727D41BC9B; Mon, 24 May 2004 10:20:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.mikehost.net (Postfix) with ESMTP id 711181BC94 for ; Mon, 24 May 2004 10:20:38 -0700 (PDT) Date: Mon, 24 May 2004 10:20:38 -0700 (PDT) From: mike X-X-Sender: mike@sql01.internal.mikehost.net To: freebsd-threads@freebsd.org In-Reply-To: <20040524161012.GA2498@voi.aagh.net> Message-ID: References: <5.2.0.9.2.20040523200223.01583468@mail.ojoink.com> <5.2.0.9.2.20040523103738.01563ed0@mail.ojoink.com> <5.2.0.9.2.20040522052606.0156fd70@mail.ojoink.com> <5.2.0.9.2.20040521154458.01627688@127.0.0.1> <5.2.0.9.2.20040522052606.0156fd70@mail.ojoink.com> <5.2.0.9.2.20040523103738.01563ed0@mail.ojoink.com> <5.2.0.9.2.20040523200223.01583468@mail.ojoink.com> <20040524161012.GA2498@voi.aagh.net> mike: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Why is MySQL nearly twice as fast on Linux? X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 17:21:12 -0000 On Mon, 24 May 2004, Thomas Hurst wrote: > [...] i will say i still trust and rely on the "run-all-tests" perl script that is inside of the sql-bench dir on a mysql installation. i think it runs the widest amount of tests that can reliably be adapted cross platform. for some reason i don't trust super-smack fully. it requires perl, DBI, and DBD::mysql - but it comes with the mysql distrubition so it's received their stamp of "approval" basically for something to benchmark the server against. - mike