benchmark_config.json 529 B

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