benchmark_config 731 B

12345678910111213141516171819202122232425262728
  1. {
  2. "framework": "phreeze",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/index.php?json",
  7. "db_url": "/index.php?db",
  8. "query_url": "/index.php?query&queries=",
  9. "fortune_url": "/index.php?fortunes",
  10. "update_url": "/index.php?updates&queries=",
  11. "plaintext_url": "/index.php?plaintext",
  12. "port": 8080,
  13. "approach": "Realistic",
  14. "classification": "Micro",
  15. "database": "MySQL",
  16. "framework": "phreeze",
  17. "language": "PHP",
  18. "orm": "Micro",
  19. "platform": "PHP-FPM",
  20. "webserver": "nginx",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "phreeze",
  24. "notes": "",
  25. "versus": "php"
  26. }
  27. }]
  28. }