aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm_thread_mutex1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm_thread_mutex1.rb')
-rw-r--r--benchmark/bm_vm_thread_mutex1.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm_thread_mutex1.rb b/benchmark/bm_vm_thread_mutex1.rb
index 5c9f85dfb7..66e42c85e1 100644
--- a/benchmark/bm_vm_thread_mutex1.rb
+++ b/benchmark/bm_vm_thread_mutex1.rb
@@ -1,7 +1,7 @@
# one thread, one mutex (no contention)
require 'thread'
-m = Mutex.new
+m = Thread::Mutex.new
r = 0
max = 2000
lmax = max * max