Skip to content

Commit a888944

Browse files
authored
Increase iteration count
1 parent 6f86718 commit a888944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/liquid-il/benchmark.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
run_benchmark(150) do
2626
# Each render is quick; render the whole template set several times per
2727
# iteration to reduce time-measurement noise (mirrors liquid-render).
28-
100.times do
28+
1000.times do
2929
CASES.each { |mod, assigns| mod.render(assigns) }
3030
end
3131
end

0 commit comments

Comments
 (0)