mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Require 8 repeats for accurate measurement
This commit is contained in:
parent
d1f72cab2e
commit
49fe824886
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Original: https://github.com/amatsuda/string_template/blob/master/benchmark.rb
|
||||
require 'benchmark_driver'
|
||||
|
||||
Benchmark.driver(repeat_count: 1) do |x|
|
||||
Benchmark.driver(repeat_count: 8) do |x|
|
||||
x.prelude %{
|
||||
require 'rails'
|
||||
require 'action_view'
|
||||
|
|
Loading…
Reference in a new issue