benchmark_config.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "framework": "django",
  3. "tests": [{
  4. "default": {
  5. "plaintext_url" : "/plaintext",
  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. "flavor": "Python3",
  18. "orm": "Full",
  19. "platform": "None",
  20. "webserver": "Meinheld",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "Django",
  24. "notes": "CPython 3.6",
  25. "versus": "wsgi"
  26. },
  27. "socketify-wsgi": {
  28. "plaintext_url" : "/plaintext",
  29. "json_url": "/json",
  30. "port": 8080,
  31. "approach": "Realistic",
  32. "classification": "Fullstack",
  33. "database": "MySQL",
  34. "framework": "django",
  35. "language": "Python",
  36. "flavor": "Python3",
  37. "orm": "Full",
  38. "platform": "None",
  39. "webserver": "Socketify.py",
  40. "os": "Linux",
  41. "database_os": "Linux",
  42. "display_name": "Django [Socketify.py WSGI]",
  43. "notes": "CPython 3.6",
  44. "versus": "wsgi"
  45. },
  46. "socketify-wsgi-pypy": {
  47. "plaintext_url" : "/plaintext",
  48. "json_url": "/json",
  49. "port": 8080,
  50. "approach": "Realistic",
  51. "classification": "Fullstack",
  52. "database": "MySQL",
  53. "framework": "django",
  54. "language": "Python",
  55. "flavor": "PyPy3",
  56. "orm": "Full",
  57. "platform": "None",
  58. "webserver": "Socketify.py",
  59. "os": "Linux",
  60. "database_os": "Linux",
  61. "display_name": "Django [Socketify.py WSGI PyPy3]",
  62. "notes": "",
  63. "versus": "wsgi"
  64. },
  65. "postgresql": {
  66. "db_url": "/db",
  67. "query_url": "/dbs?queries=",
  68. "fortune_url": "/fortunes",
  69. "update_url": "/update?queries=",
  70. "port": 8080,
  71. "approach": "Realistic",
  72. "classification": "Fullstack",
  73. "database": "Postgres",
  74. "framework": "django",
  75. "language": "Python",
  76. "flavor": "Python3",
  77. "orm": "Full",
  78. "platform": "None",
  79. "webserver": "Meinheld",
  80. "os": "Linux",
  81. "database_os": "Linux",
  82. "display_name": "Django",
  83. "notes": "CPython 3.6",
  84. "versus": "wsgi"
  85. }
  86. }]
  87. }