benchmark_config.json 449 B

1234567891011121314151617181920
  1. {
  2. "framework": "async-worker",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "port": 8080,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "framework": "async-worker",
  11. "language": "Python",
  12. "flavor": "Python3",
  13. "orm": "Raw",
  14. "platform": "asyncio",
  15. "os": "Linux",
  16. "display_name": "async-worker",
  17. "versus": "aiohttp"
  18. }
  19. }]
  20. }