Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
More iterations for more accurate results
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-magosa committed Oct 19, 2014
1 parent 35c7938 commit 15dc548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/src/Benchmark.php
Expand Up @@ -3,7 +3,7 @@

class Benchmark
{
protected $iterations = 1000;
protected $iterations = 50000;
protected $barWidth = 60;
protected $timings = [];

Expand Down

0 comments on commit 15dc548

Please sign in to comment.