benchmark_config 958 B

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