Skip to content

Commit

Permalink
fixes for running benchmarks in 1.9.2 preview3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jun 2, 2010
1 parent 82718e6 commit d3db7ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/active_record.rb
@@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')

require 'rubygems'
Expand Down
1 change: 1 addition & 0 deletions benchmark/escape.rb
@@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')

require 'rubygems'
require 'benchmark'
Expand Down
1 change: 1 addition & 0 deletions benchmark/query_with_mysql_casting.rb
@@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')

require 'rubygems'
require 'benchmark'
Expand Down
1 change: 1 addition & 0 deletions benchmark/query_without_mysql_casting.rb
@@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')

require 'rubygems'
require 'benchmark'
Expand Down
1 change: 1 addition & 0 deletions benchmark/sequel.rb
@@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')

require 'rubygems'
Expand Down
1 change: 1 addition & 0 deletions benchmark/setup_db.rb
@@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')

# This script is for generating psudo-random data into a single table consisting of nearly every
# data type MySQL 5.1 supports.
Expand Down

0 comments on commit d3db7ec

Please sign in to comment.