benchmark_config 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "framework": "django",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "db_url": "/db",
  8. "query_url": "/dbs?queries=",
  9. "fortune_url": "/fortunes",
  10. "update_url": "/update?queries=",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Fullstack",
  14. "database": "MySQL",
  15. "framework": "django",
  16. "language": "Python",
  17. "orm": "Full",
  18. "platform": "Meinheld",
  19. "webserver": "None",
  20. "os": "Linux",
  21. "database_os": "Linux",
  22. "display_name": "Django-Py2",
  23. "notes": "CPython 2.7",
  24. "versus": "wsgi"
  25. },
  26. "py3": {
  27. "setup_file": "setup_py3",
  28. "json_url": "/json",
  29. "db_url": "/db",
  30. "query_url": "/dbs?queries=",
  31. "fortune_url": "/fortunes",
  32. "update_url": "/update?queries=",
  33. "port": 8080,
  34. "approach": "Realistic",
  35. "classification": "Fullstack",
  36. "database": "MySQL",
  37. "framework": "django",
  38. "language": "Python",
  39. "orm": "Full",
  40. "platform": "Meinheld",
  41. "webserver": "None",
  42. "os": "Linux",
  43. "database_os": "Linux",
  44. "display_name": "Django-Py3",
  45. "notes": "CPython 3.4",
  46. "versus": "wsgi"
  47. },
  48. "postgresql": {
  49. "setup_file": "setup_pg",
  50. "json_url": "/json",
  51. "db_url": "/db",
  52. "query_url": "/dbs?queries=",
  53. "fortune_url": "/fortunes",
  54. "update_url": "/update?queries=",
  55. "port": 8080,
  56. "approach": "Realistic",
  57. "classification": "Fullstack",
  58. "database": "Postgres",
  59. "framework": "django",
  60. "language": "Python",
  61. "orm": "Full",
  62. "platform": "Meinheld",
  63. "webserver": "None",
  64. "os": "Linux",
  65. "database_os": "Linux",
  66. "display_name": "Django-Postgres-Py2",
  67. "notes": "CPython 2.7",
  68. "versus": "wsgi"
  69. }
  70. }]
  71. }