fixes for running benchmarks in 1.9.2 preview3

This commit is contained in:
Brian Lopez 2010-06-01 23:45:48 -07:00
parent 82718e6dad
commit d3db7ec52a
6 changed files with 6 additions and 0 deletions

View File

@ -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'

View File

@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
require 'rubygems'
require 'benchmark'

View File

@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
require 'rubygems'
require 'benchmark'

View File

@ -1,4 +1,5 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
require 'rubygems'
require 'benchmark'

View File

@ -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'

View File

@ -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.