phpbench.json.dist 469B

12345678910111213141516171819202122
  1. {
  2. "php_disable_ini": true,
  3. "bootstrap": "vendor/autoload.php",
  4. "path": "test/benchmark",
  5. "php_config": {
  6. "extension": [ "json.so" ]
  7. },
  8. "outputs": {
  9. "benchmarks_file": {
  10. "extends": "html",
  11. "file": "benchmarks.html",
  12. "title": "gfx-php benchmarks"
  13. }
  14. },
  15. "reports": {
  16. "my_report": {
  17. "extends": "aggregate"
  18. }
  19. },
  20. "time_unit": "microseconds"
  21. }