aboutsummaryrefslogtreecommitdiff
path: root/template/ruby/base-bench.rb
blob: 3e5f5178ba90c5964397b909e57db4903a10cc9f (plain)
1
2
3
4
5
6
7
require 'benchmark'

Benchmark.bm 10 do |r|
  r.report "{{_input_:label}}" do
    {{_cursor_}}
  end
end