Skip to content

Commit

Permalink
Increase trial counts in performance spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jan 20, 2018
1 parent 59f4cd2 commit 99b8210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/performance_spec.rb
Expand Up @@ -4,8 +4,8 @@

describe 'performance' do
Benchmarking.warm_up = true
Benchmarking.trial_count = 3
Benchmarking.loop_count_in_trial = 1000
Benchmarking.trial_count = 5
Benchmarking.loop_count_in_trial = 10000

def generate_source(max, current_nest_level = 1)
<<-END
Expand Down

0 comments on commit 99b8210

Please sign in to comment.