benchmark_config.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "framework": "php-ngx",
  3. "tests": [{
  4. "default": {
  5. "plaintext_url": "/plaintext",
  6. "json_url": "/json",
  7. "port": 8080,
  8. "approach": "Realistic",
  9. "classification": "Platform",
  10. "database": "None",
  11. "framework": "php-ngx",
  12. "language": "PHP",
  13. "flavor": "PHP7",
  14. "orm": "Raw",
  15. "platform": "ngx_php",
  16. "webserver": "nginx",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "PHP-raw-ngx",
  20. "notes": "ngx_php",
  21. "versus": "php"
  22. },
  23. "mysql": {
  24. "db_url": "/db",
  25. "query_url": "/query?q=",
  26. "fortune_url": "/fortunes",
  27. "update_url": "/update?q=",
  28. "port": 8080,
  29. "approach": "Realistic",
  30. "classification": "Platform",
  31. "database": "MySQL",
  32. "framework": "php-ngx",
  33. "language": "PHP",
  34. "flavor": "PHP7",
  35. "orm": "Raw",
  36. "platform": "ngx_php",
  37. "webserver": "nginx",
  38. "os": "Linux",
  39. "database_os": "Linux",
  40. "display_name": "PHP-raw-ngx",
  41. "notes": "ngx_php",
  42. "versus": "php"
  43. },
  44. "pgsql": {
  45. "db_url": "/db",
  46. "query_url": "/query?q=",
  47. "fortune_url": "/fortunes",
  48. "update_url": "/update?q=",
  49. "port": 8080,
  50. "approach": "Realistic",
  51. "classification": "Platform",
  52. "database": "Postgres",
  53. "framework": "php-ngx",
  54. "language": "PHP",
  55. "flavor": "PHP7",
  56. "orm": "Raw",
  57. "platform": "ngx_php",
  58. "webserver": "nginx",
  59. "os": "Linux",
  60. "database_os": "Linux",
  61. "display_name": "PHP-raw-ngx-Postgres",
  62. "notes": "ngx_php Postgres",
  63. "versus": "php"
  64. },
  65. "async": {
  66. "db_url": "/db",
  67. "query_url": "/query?q=",
  68. "fortune_url": "/fortunes",
  69. "update_url": "/update?q=",
  70. "port": 8080,
  71. "approach": "Realistic",
  72. "classification": "Platform",
  73. "database": "MySQL",
  74. "framework": "php-ngx",
  75. "language": "PHP",
  76. "flavor": "PHP7",
  77. "orm": "Raw",
  78. "platform": "ngx_php",
  79. "webserver": "nginx",
  80. "os": "Linux",
  81. "database_os": "Linux",
  82. "display_name": "PHP-raw-ngx-async",
  83. "notes": "ngx_php async",
  84. "versus": "php"
  85. }
  86. }]
  87. }