benchmark_config.json 527 B

123456789101112131415161718192021222324
  1. {
  2. "framework": "wsgi",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "port": 8080,
  8. "approach": "Stripped",
  9. "classification": "Platform",
  10. "database": "None",
  11. "framework": "None",
  12. "language": "Python",
  13. "flavor": "Python3",
  14. "orm": "Raw",
  15. "platform": "None",
  16. "webserver": "Meinheld",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "wsgi",
  20. "notes": "",
  21. "versus": "wsgi"
  22. }
  23. }]
  24. }