From 569058f4818e80fa28acca05852eaaba34f8a68f Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 7 Jul 2014 13:31:01 -0500 Subject: [PATCH] test on all --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f1803707..fa9e44ac 100644 --- a/Rakefile +++ b/Rakefile @@ -79,7 +79,7 @@ namespace :benchmark do desc "Build benchmark index" task :index, [:commit] do |t, args| results = Hash.new - languages = Dir.glob('benchmark/samples/*') + languages = Dir.glob('samples/*') languages.each do |lang| puts ""