benchmark_config.json 680 B

12345678910111213141516171819202122232425262728
  1. {
  2. "framework": "uvicorn",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "fortune_url": "/fortunes",
  8. "plaintext_url": "/plaintext",
  9. "db_url": "/db",
  10. "query_url": "/queries?queries=",
  11. "update_url": "/updates?queries=",
  12. "port": 8080,
  13. "approach": "Realistic",
  14. "classification": "Platform",
  15. "framework": "uvicorn",
  16. "language": "Python",
  17. "flavor": "Python3",
  18. "platform": "None",
  19. "webserver": "None",
  20. "os": "Linux",
  21. "orm": "Raw",
  22. "database_os": "Linux",
  23. "database": "Postgres",
  24. "display_name": "uvicorn",
  25. "notes": ""
  26. }
  27. }]
  28. }