Skip to content

Commit

Permalink
tests: Update benchmarks configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 6, 2022
1 parent 13bf01c commit 8d4f63e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpbench.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"runner.progress": "plain",
"runner.iterations": [1, 5],
"runner.revs": [10, 50],
"runner.warmup": [1, 5],
"runner.warmup": [5, 5],
"runner.retry_threshold": 2
},
"ci": {
"console.ansi": true,
"runner.progress": "plain",
"runner.iterations": [1, 5, 10],
"runner.revs": [10, 50, 100],
"runner.warmup": [5, 5, 5],
"runner.iterations": [1, 10],
"runner.revs": [10, 100],
"runner.warmup": [5, 5],
"runner.retry_threshold": 2
}
}
Expand Down

0 comments on commit 8d4f63e

Please sign in to comment.