summaryrefslogtreecommitdiffstats
path: root/benchmark.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.rb')
-rw-r--r--benchmark.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.rb b/benchmark.rb
index e5a8953..022e4ee 100644
--- a/benchmark.rb
+++ b/benchmark.rb
@@ -2,8 +2,8 @@ require 'fileutils'
require 'benchmark'
require 'rubygems'
require 'ruby-prof'
-require_gem 'git', '1.0.3'
-#require 'lib/git'
+#require_gem 'git', '1.0.3'
+require 'lib/git'
def main
@wbare = File.expand_path(File.join('tests', 'files', 'working.git'))