use larger table
This commit is contained in:
parent
7e64570770
commit
841c6f677b
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user