text update

This commit is contained in:
Brian Lopez 2010-04-04 22:52:17 -07:00
parent c1c31c50c7
commit 2f6eb6fe38
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Me: Yep, but it's API is considerably more complex *and* is 3x slower.
== Benchmarks
Performing a basic "SELECT * FROM" query on a table with ~31k rows and fields of nearly every representable data type,
Performing a basic "SELECT * FROM" query on a table with ~31k rows and fields of nearly every Ruby-representable data type,
then iterating over every row using an #each like method yielding a block:
# The Mysql gem appears faster because it only gives back nil and strings.