benchmark_config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "postgresql": {
  28. "db_url": "/db",
  29. "query_url": "/dbs?queries=",
  30. "fortune_url": "/fortunes",
  31. "update_url": "/update?queries=",
  32. "port": 8080,
  33. "approach": "Realistic",
  34. "classification": "Fullstack",
  35. "database": "Postgres",
  36. "framework": "django",
  37. "language": "Python",
  38. "flavor": "Python3",
  39. "orm": "Full",
  40. "platform": "None",
  41. "webserver": "Meinheld",
  42. "os": "Linux",
  43. "database_os": "Linux",
  44. "display_name": "Django",
  45. "notes": "CPython 3.6",
  46. "versus": "wsgi"
  47. }
  48. }]
  49. }