Skip to content

Commit a4a34d9

Browse files
committed
Small change to micro benchmark.
1 parent 657ebbc commit a4a34d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/micro/monitor/synchronize.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
require 'monitor'
1010

11+
m = Monitor.new
1112
benchmark 'monitor-synchronize' do
12-
m = Monitor.new
1313
m.synchronize do
1414
end
1515
end

0 commit comments

Comments
 (0)