Odd Benchmark 1

Posted by Matt on February 03, 2008

So it seems that my MacBook (2Ghz Core2 Duo, 2G RAM) runs 4707 Rspec tests in 67.5 seconds. My CentOS server (4200+ Core2 Duo, 2GB RAM) runs the same tests in 91.7 seconds. Both are running the latest version of MySQL. How odd is that?

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. Matt Williams Thu, 27 Mar 2008 13:09:35 PDT

    I’m willing to bet that I/O is the issue. Are your tests doing a lot with the database? If so, then it’s likely I/O. One thing you could do would be to run top and kick off the test, watch the iowait as it runs…..

Comments