benchmark_config 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "framework": "wsgi",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Platform",
  11. "database": "None",
  12. "framework": "wsgi",
  13. "language": "Python",
  14. "orm": "Raw",
  15. "platform": "Meinheld",
  16. "webserver": "None",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "wsgi",
  20. "notes": "",
  21. "versus": "wsgi"
  22. },
  23. "nginx-uwsgi": {
  24. "setup_file": "setup_nginxuwsgi",
  25. "json_url": "/json",
  26. "plaintext_url": "/plaintext",
  27. "port": 8080,
  28. "approach": "Realistic",
  29. "classification": "Platform",
  30. "database": "None",
  31. "framework": "wsgi",
  32. "language": "Python",
  33. "orm": "Raw",
  34. "platform": "uWSGI",
  35. "webserver": "nginx",
  36. "os": "Linux",
  37. "database_os": "Linux",
  38. "display_name": "wsgi-nginx-uWSGI",
  39. "notes": "",
  40. "versus": "wsgi"
  41. }
  42. }]
  43. }