benchmark_config 623 B

1234567891011121314151617181920212223242526
  1. {
  2. "framework": "senthot",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/bench/rawjson",
  7. "db_url": "/bench/rawdb",
  8. "query_url": "/bench/rawdb?queries=",
  9. "fortune_url": "/bench/rawfortunes",
  10. "port": 80,
  11. "approach": "Realistic",
  12. "classification": "Micro",
  13. "database": "MySQL",
  14. "framework": "senthot",
  15. "language": "PHP",
  16. "orm": "Raw",
  17. "platform": "PHP-FPM",
  18. "webserver": "nginx",
  19. "os": "Linux",
  20. "database_os": "Linux",
  21. "display_name": "senthot",
  22. "notes": "",
  23. "versus": "php"
  24. }
  25. }]
  26. }