fixes for running benchmarks in 1.9.2 preview3
This commit is contained in:
parent
82718e6dad
commit
d3db7ec52a
@ -1,4 +1,5 @@
|
|||||||
# encoding: UTF-8
|
# encoding: UTF-8
|
||||||
|
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
|
||||||
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
|
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# encoding: UTF-8
|
# encoding: UTF-8
|
||||||
|
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
require 'benchmark'
|
require 'benchmark'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# encoding: UTF-8
|
# encoding: UTF-8
|
||||||
|
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
require 'benchmark'
|
require 'benchmark'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# encoding: UTF-8
|
# encoding: UTF-8
|
||||||
|
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
require 'benchmark'
|
require 'benchmark'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# encoding: UTF-8
|
# encoding: UTF-8
|
||||||
|
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
|
||||||
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
|
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# encoding: UTF-8
|
# 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
|
# This script is for generating psudo-random data into a single table consisting of nearly every
|
||||||
# data type MySQL 5.1 supports.
|
# data type MySQL 5.1 supports.
|
||||||
|
Loading…
Reference in New Issue
Block a user