Skip to content

Commit

Permalink
Enabling execution time profiling of examples
Browse files Browse the repository at this point in the history
[skip log] [skip ci]
  • Loading branch information
jeremyf committed Nov 26, 2013
1 parent 69bdcea commit f5bea4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--color
--format progress
--profile 20
2 changes: 1 addition & 1 deletion tasks/curate_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ end
desc "Run specs"
RSpec::Core::RakeTask.new(:rspec) do |t|
t.pattern = '../**/*_spec.rb'
t.rspec_opts = ["--colour -I ../", '--tag ~js:true', '--backtrace']
t.rspec_opts = ["--colour -I ../", '--tag ~js:true', '--backtrace', '--profile 20']
end


Expand Down

0 comments on commit f5bea4a

Please sign in to comment.