summaryrefslogtreecommitdiff
path: root/benchmark/vm2_mutex.yml
blob: caa0e9abb8d14f486384d2a4d769e640c51002aa (plain)
1
2
3
4
5
6
7
8
9
prelude: |
  require 'thread'

  m = Thread::Mutex.new
benchmark:
  vm2_mutex: 'm.synchronize{}

'
loop_count: 6000000