benchmark_config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "framework": "fastwsgi",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "port": 3000,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "database": "None",
  11. "framework": "None",
  12. "language": "Python",
  13. "flavor": "Python3",
  14. "orm": "Raw",
  15. "platform": "WSGI",
  16. "webserver": "FastWSGI",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "FastWSGI",
  20. "notes": "",
  21. "versus": "wsgi"
  22. },
  23. "asgi": {
  24. "json_url": "/json",
  25. "db_url": "/db",
  26. "query_url": "/queries?queries=",
  27. "update_url": "/updates?queries=",
  28. "cached_query_url": "/cached-queries?count=",
  29. "fortune_url": "/fortunes",
  30. "port": 3000,
  31. "approach": "Realistic",
  32. "classification": "Micro",
  33. "database": "Postgres",
  34. "framework": "None",
  35. "language": "Python",
  36. "flavor": "Python3",
  37. "orm": "Raw",
  38. "platform": "ASGI",
  39. "webserver": "FastWSGI",
  40. "os": "Linux",
  41. "database_os": "Linux",
  42. "display_name": "FastWSGI [ASGI]",
  43. "notes": "",
  44. "versus": "uvicorn"
  45. }
  46. }]
  47. }