diff options
author | Samuel Williams <[email protected]> | 2019-06-05 16:32:27 +1200 |
---|---|---|
committer | Samuel Williams <[email protected]> | 2019-06-19 20:39:10 +1200 |
commit | 3fd83cb6fcc483d2eac0795bc139c521a3a59bd2 (patch) | |
tree | 775fa3b051fa2a50adbc994aeef82d9b2dc2c482 /benchmark/vm_thread_pass.rb | |
parent | a6a4e86029f16415767b579e62691f09b1fb6075 (diff) |
Improve benchmarks and tests for threads.
Diffstat (limited to 'benchmark/vm_thread_pass.rb')
-rw-r--r-- | benchmark/vm_thread_pass.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/vm_thread_pass.rb b/benchmark/vm_thread_pass.rb index b5b3c0bc85..e5f2352610 100644 --- a/benchmark/vm_thread_pass.rb +++ b/benchmark/vm_thread_pass.rb @@ -1,8 +1,8 @@ # Plenty Thtread.pass # A performance may depend on GVL implementation. -tmax = (ARGV.shift || 2).to_i -lmax = 200_000 / tmax +tmax = (ARGV.shift || 8).to_i +lmax = 400_000 / tmax (1..tmax).map{ Thread.new{ |