From cdd4608403ccad86b50832a8dcbc19627e3c3f6a Mon Sep 17 00:00:00 2001 From: Sushruth Sivaramakrishnan Date: Wed, 4 Mar 2015 19:31:55 +0530 Subject: [PATCH] typo correction that -> than --- script/measure.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/measure.rb b/script/measure.rb index bc49614acdd..bb7a240b931 100644 --- a/script/measure.rb +++ b/script/measure.rb @@ -1,5 +1,4 @@ -# using this script to try figure out why Ruby 2 is slower that 1.9 -# +# using this script to try figure out why Ruby 2 is slower than 1.9 require 'flamegraph' Flamegraph.generate('test.html', fidelity: 2) do