Skip to content

Commit

Permalink
adds some comments about benchmarking in script.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed May 4, 2016
1 parent 41b904d commit 0416e75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
require_relative 'src/run.rb'
#
run_user_config((ARGV.empty? ? 'user.yml' : ARGV[0]))
#
# benchmarking
#
# for benchmarking a run 5 times do:
# run_user_config((ARGV.empty? ? 'user.yml' : ARGV[0]), 5)

0 comments on commit 0416e75

Please sign in to comment.