mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Add performance scripts from wycats/rails-simple-benches to actionpack.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
TIMES = (ENV['N'] || 10000).to_i
|
||||
|
||||
require 'rubygems'
|
||||
require File.expand_path('../../../load_paths', __FILE__)
|
||||
require "active_record"
|
||||
|
||||
conn = { :adapter => 'sqlite3', :database => ':memory:' }
|
||||
|
||||
Reference in New Issue
Block a user