benchmark_config 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "framework": "fat-free",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "db_url": "/db-orm",
  9. "query_url": "/db-orm/",
  10. "update_url": "/update-orm/",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Fullstack",
  14. "database": "MySQL",
  15. "framework": "Fat Free Framework",
  16. "language": "PHP",
  17. "orm": "Full",
  18. "platform": "PHP-FPM",
  19. "webserver": "nginx",
  20. "os": "Linux",
  21. "database_os": "Linux",
  22. "display_name": "fat-free",
  23. "notes": "",
  24. "versus": "php"
  25. },
  26. "raw": {
  27. "setup_file": "setup",
  28. "db_url": "/db",
  29. "query_url": "/db/",
  30. "fortune_url": "/fortune",
  31. "update_url": "/update-raw/",
  32. "port": 8080,
  33. "approach": "Realistic",
  34. "classification": "Fullstack",
  35. "database": "MySQL",
  36. "framework": "Fat Free Framework",
  37. "language": "PHP",
  38. "orm": "Raw",
  39. "platform": "PHP-FPM",
  40. "webserver": "nginx",
  41. "os": "Linux",
  42. "database_os": "Linux",
  43. "display_name": "fat-free",
  44. "notes": "",
  45. "versus": "php"
  46. }
  47. }]
  48. }