benchmark_config.json 934 B

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