From: Jim Dickenson Date: July 23 2003 3:51pm Subject: Re: What is a good benchmark? List-Archive: http://lists.mysql.com/mysql/145886 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit On my 1Ghz Mac PowerBook with 1GB RAM using version 4.0.13 with OS 10.2.6 mysql> SELECT BENCHMARK(1000000,ENCODE("hello","goodbye")); +----------------------------------------------+ | BENCHMARK(1000000,ENCODE("hello","goodbye")) | +----------------------------------------------+ | 0 | +----------------------------------------------+ 1 row in set (1.07 sec) -- Jim Dickenson mailto:dickenson@stripped Computers for Marketing Corporation http://www.cfmc.com/ > From: "Hubbard, Dan" > Date: Wed, 23 Jul 2003 08:39:01 -0700 > To: mysql@stripped > Subject: RE: What is a good benchmark? > > On my 2 * 2.8Ghz 2GB RAM, Redhat 8: > > mysql> SELECT BENCHMARK(1000000,ENCODE("hello","goodbye")); > +----------------------------------------------+ > | BENCHMARK(1000000,ENCODE("hello","goodbye")) | > +----------------------------------------------+ > | 0 | > +----------------------------------------------+ > 1 row in set (0.66 sec) > > > > -----Original Message----- > From: John Griffin [mailto:John.Griffin@stripped] > Sent: Wednesday, July 23, 2003 8:02 AM > To: Bryan Koenig; mysql@stripped > Subject: RE: What is a good benchmark? > > > On my 1.8GHz p4 with 512Gig of RAM I get: > > mysql> SELECT BENCHMARK(1000000,ENCODE("hello","goodbye")); > +----------------------------------------------+ > | BENCHMARK(1000000,ENCODE("hello","goodbye")) | > +----------------------------------------------+ > | 0 | > +----------------------------------------------+ > 1 row in set (0.91 sec) > > mysql> > > John > > > -----Original Message----- > From: Bryan Koenig [mailto:bryan@stripped] > Sent: Wednesday, July 23, 2003 10:46 AM > To: mysql@stripped > Subject: RE: What is a good benchmark? > > > On my p4 2gig > > mysql> SELECT BENCHMARK(1000000,ENCODE("hello","goodbye")); > +----------------------------------------------+ > | BENCHMARK(1000000,ENCODE("hello","goodbye")) | > +----------------------------------------------+ > | 0 | > +----------------------------------------------+ > 1 row in set (0.86 sec) > > -----Original Message----- > From: Jake Johnson [mailto:jake@stripped] > Sent: Wednesday, July 23, 2003 8:34 AM > To: Mysql > Subject: What is a good benchmark? > > I ran this benchmark on my pIII 500 and was wondering what everyone else > was getting? > > mysql> SELECT BENCHMARK(1000000,ENCODE("hello","goodbye")); > > +----------------------------------------------+ > | BENCHMARK(1000000,ENCODE("hello","goodbye")) | > +----------------------------------------------+ > | 0 | > +----------------------------------------------+ > 1 row in set (2.59 sec) > > > Regards, > Jake Johnson > jake@stripped > > ______________________________________________________________________ > Plutoid - http://www.plutoid.com - Shop Plutoid for the best prices on > Rims, Car Audio, and Performance Parts. > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=bryan@stripped > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=John.Griffin@stripped > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql?unsub=dhubbard@stripped >