use larger table

This commit is contained in:
Brian Lopez 2010-03-31 23:01:35 -07:00
parent 7e64570770
commit 841c6f677b

View File

@ -7,7 +7,7 @@ require 'mysql2_ext'
number_of = 1
database = 'nbb_1_production'
sql = "SELECT * FROM account_transactions"
sql = "SELECT * FROM account_entries"
Benchmark.bmbm do |x|
mysql = Mysql.new("localhost", "root")