benchmark_config.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "framework": "asyncio",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "aiohttp.web/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": 8080,
  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": "Gunicorn",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "API-Hour+aiohttp.web+pgsql",
  24. "notes": "Python 3 + API-Hour + AsyncIO + aiohttp.web + PostgreSQL"
  25. },
  26. "mysql": {
  27. "setup_file": "aiohttp.web/setup",
  28. "db_url": "/db_mysql",
  29. "query_url": "/queries_mysql?queries=",
  30. "fortune_url": "/fortunes_mysql",
  31. "update_url": "/updates_mysql?queries=",
  32. "port": 8080,
  33. "approach": "Realistic",
  34. "classification": "Micro",
  35. "database": "MySQL",
  36. "framework": "aiohttp.web",
  37. "language": "Python",
  38. "orm": "Raw",
  39. "platform": "API-Hour",
  40. "webserver": "Gunicorn",
  41. "os": "Linux",
  42. "database_os": "Linux",
  43. "display_name": "API-Hour+aiohttp.web+mysql",
  44. "notes": "Python 3 + API-Hour + AsyncIO + aiohttp.web + MySQL"
  45. },
  46. "json": {
  47. "setup_file": "yocto_http/setup",
  48. "json_url": "/json",
  49. "port": 8080,
  50. "approach": "Stripped",
  51. "classification": "Platform",
  52. "database": "None",
  53. "framework": "AsyncIO",
  54. "language": "Python",
  55. "orm": "Raw",
  56. "platform": "API-Hour",
  57. "webserver": "Gunicorn",
  58. "os": "Linux",
  59. "database_os": "Linux",
  60. "display_name": "API-Hour+AsyncIO",
  61. "notes": "Python 3 + API-Hour + AsyncIO"
  62. },
  63. "dbs": {
  64. "setup_file": "yocto_http/setup",
  65. "db_url": "/db",
  66. "query_url": "/queries?queries=",
  67. "update_url": "/updates?queries=",
  68. "port": 8081,
  69. "approach": "Stripped",
  70. "classification": "Platform",
  71. "database": "None",
  72. "framework": "AsyncIO",
  73. "language": "Python",
  74. "orm": "Raw",
  75. "platform": "API-Hour",
  76. "webserver": "Gunicorn",
  77. "os": "Linux",
  78. "database_os": "Linux",
  79. "display_name": "API-Hour+AsyncIO",
  80. "notes": "Python 3 + API-Hour + AsyncIO"
  81. },
  82. "plaintext": {
  83. "setup_file": "yocto_http/setup",
  84. "plaintext_url": "/plaintext",
  85. "port": 8082,
  86. "approach": "Stripped",
  87. "classification": "Platform",
  88. "database": "None",
  89. "framework": "AsyncIO",
  90. "language": "Python",
  91. "orm": "Raw",
  92. "platform": "API-Hour",
  93. "webserver": "Gunicorn",
  94. "os": "Linux",
  95. "database_os": "Linux",
  96. "display_name": "API-Hour+AsyncIO",
  97. "notes": "Python 3 + API-Hour + AsyncIO"
  98. }
  99. }]
  100. }