benchmark_config 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "framework": "aiohttp.web",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "db_url": "/db",
  8. "query_url": "/queries?queries=",
  9. "fortune_url": "/fortunes",
  10. "update_url": "/updates?queries=",
  11. "plaintext_url": "/plaintext",
  12. "port": 8008,
  13. "approach": "Realistic",
  14. "classification": "Micro",
  15. "database": "Postgres",
  16. "framework": "aiohttp.web",
  17. "language": "Python",
  18. "orm": "Raw",
  19. "platform": "API-Hour",
  20. "webserver": "None",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "API-Hour+aiohttp.web+pgsql",
  24. "notes": "Python 3 + AsyncIO + aiohttp.web + PostgreSQL"
  25. }
  26. "redis": {
  27. "setup_file": "setup",
  28. "db_url": "/db_redis",
  29. "port": 8008,
  30. "approach": "Realistic",
  31. "classification": "Micro",
  32. "database": "Redis",
  33. "framework": "aiohttp.web",
  34. "language": "Python",
  35. "orm": "Raw",
  36. "platform": "API-Hour",
  37. "webserver": "None",
  38. "os": "Linux",
  39. "database_os": "Linux",
  40. "display_name": "API-Hour+aiohttp.web+redis",
  41. "notes": "Python 3 + AsyncIO + aiohttp.web + Redis"
  42. }
  43. }]
  44. }