summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm4_pipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm4_pipe.rb')
-rw-r--r--benchmark/bm_vm4_pipe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm4_pipe.rb b/benchmark/bm_vm4_pipe.rb
index d33c5223a9..272d231eba 100644
--- a/benchmark/bm_vm4_pipe.rb
+++ b/benchmark/bm_vm4_pipe.rb
@@ -1,7 +1,7 @@
# Mesure small and plenty pipe read/write.
# A performance may depend on GVL implementation.
-lmax = 1_000_000
+lmax = 100_000
r, w = IO.pipe
[Thread.new{
lmax.times{