benchmark_config.json 556 B

12345678910111213141516171819202122232425
  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": "Stripped",
  10. "classification": "Platform",
  11. "database": "None",
  12. "framework": "None",
  13. "language": "Python",
  14. "flavor": "Python3",
  15. "orm": "Raw",
  16. "platform": "None",
  17. "webserver": "Meinheld",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "wsgi",
  21. "notes": "",
  22. "versus": "wsgi"
  23. }
  24. }]
  25. }