Optimised performance for attribute extraction

Disabled all instrumentation unless enabled explicitly
This commit is contained in:
Sam
2013-03-13 18:26:47 -07:00
parent ad886495a1
commit 31ba6fbb08
4 changed files with 95 additions and 6 deletions

View File

@@ -10,4 +10,9 @@ Rake::TestTask.new(:test) do |t|
t.verbose = true
end
desc 'Benchmark'
task :bench do
load 'bench/perf.rb'
end
task :default => :test