From 4ecda08f1f680b918937af77a7cbf856b6382a33 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 7 Jul 2014 13:26:20 -0500 Subject: [PATCH] Prettier print --- Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index fe15f9e3..f1803707 100644 --- a/Rakefile +++ b/Rakefile @@ -53,7 +53,8 @@ namespace :benchmark do Rake::Task["benchmark:index"].execute(:commit => reference) # Create tmp branch for compare commit - puts "Creating branch tmp_#{compare}" + puts "" + puts "Creating temporary branch tmp_#{compare}" git.branch("tmp_#{compare}").checkout git.reset_hard(compare) @@ -71,6 +72,7 @@ namespace :benchmark do compare_classifications = JSON.parse(File.read("benchmark/results/#{compare}_output.json")) + puts "Changes between #{reference}...#{compare}" puts reference_classifications.deep_diff(compare_classifications) end