diff --git a/benchmark/src/Benchmark.php b/benchmark/src/Benchmark.php index 7a05d0f..b9d3d37 100644 --- a/benchmark/src/Benchmark.php +++ b/benchmark/src/Benchmark.php @@ -3,7 +3,7 @@ class Benchmark { - protected $iterations = 1000; + protected $iterations = 50000; protected $barWidth = 60; protected $timings = [];