From cc81b04ae540c0b75f5428951e11dea2f13a0946 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 2 Sep 2010 14:10:19 -0700 Subject: AR perf test: switch to mysql2, bundle faker and rbench --- activerecord/examples/performance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/examples') diff --git a/activerecord/examples/performance.rb b/activerecord/examples/performance.rb index a985cfcb66..5450209959 100644 --- a/activerecord/examples/performance.rb +++ b/activerecord/examples/performance.rb @@ -14,7 +14,7 @@ require 'rbench' require File.expand_path("../../../load_paths", __FILE__) require "active_record" -conn = { :adapter => 'mysql', +conn = { :adapter => 'mysql2', :database => 'activerecord_unittest', :username => 'rails', :password => '', :encoding => 'utf8' } -- cgit v1.2.3