benchmark_config.json 2.3 KB

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