benchmark_config.json 548 B

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