phpbench.json 214 B

12345678910
  1. {
  2. "bootstrap": "vendor/autoload.php",
  3. "path": "tests/ProxyManagerBench",
  4. "retry_threshold": 5,
  5. "reports": {
  6. "report": {
  7. "extends": "aggregate"
  8. }
  9. }
  10. }