Module: ActiveSupport::Testing::Performance
- Defined in:
- lib/generators/performance/templates/test_helper.rb
Defined Under Namespace
Classes: Profiler
Constant Summary collapse
- DEFAULTS =
{ :benchmark => false, :runs => 1, :min_percent => 0.001, :metrics => [:process_time], # TODO: add :memory when ruby-prof doesn't generally fail :formats => [:graph_yaml, :call_stack], :output => "<%= options.output_folder %>/results/" }.freeze