summaryrefslogtreecommitdiff
path: root/benchmark/securerandom.yml
blob: 187ca2e2946326a699578a25bdb5da8b1413399f (plain)
1
2
3
4
5
6
7
8
benchmark:
  securerandom: |
    require "securerandom"

    20_0000.times do
      SecureRandom.random_number(100)
    end
loop_count: 1