benchmark_config.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "framework": "api_hour",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "db_url": "/db",
  7. "query_url": "/queries?queries=",
  8. "fortune_url": "/fortunes",
  9. "update_url": "/updates?queries=",
  10. "plaintext_url": "/plaintext",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Micro",
  14. "database": "Postgres",
  15. "framework": "api_hour",
  16. "language": "Python",
  17. "flavor": "Python3",
  18. "orm": "Raw",
  19. "platform": "asyncio",
  20. "webserver": "Gunicorn",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "API-Hour-PG",
  24. "notes": "Python 3 + API-Hour + AsyncIO + aiohttp + PostgreSQL",
  25. "tags": ["broken"]
  26. },
  27. "mysql": {
  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": "api_hour",
  37. "language": "Python",
  38. "flavor": "Python3",
  39. "orm": "Raw",
  40. "platform": "asyncio",
  41. "webserver": "Gunicorn",
  42. "os": "Linux",
  43. "database_os": "Linux",
  44. "display_name": "API-Hour-MySQL",
  45. "notes": "Python 3 + API-Hour + AsyncIO + aiohttp + MySQL",
  46. "tags": ["broken"]
  47. },
  48. "json": {
  49. "json_url": "/json",
  50. "port": 8080,
  51. "approach": "Stripped",
  52. "classification": "Platform",
  53. "database": "None",
  54. "framework": "api_hour",
  55. "language": "Python",
  56. "flavor": "Python3",
  57. "orm": "Raw",
  58. "platform": "asyncio",
  59. "webserver": "Gunicorn",
  60. "os": "Linux",
  61. "database_os": "Linux",
  62. "display_name": "API-Hour-yocto",
  63. "notes": "Python 3 + API-Hour + AsyncIO"
  64. },
  65. "dbs": {
  66. "db_url": "/db",
  67. "query_url": "/queries?queries=",
  68. "update_url": "/updates?queries=",
  69. "port": 8081,
  70. "approach": "Stripped",
  71. "classification": "Platform",
  72. "database": "Postgres",
  73. "framework": "api_hour",
  74. "language": "Python",
  75. "flavor": "Python3",
  76. "orm": "Raw",
  77. "platform": "asyncio",
  78. "webserver": "Gunicorn",
  79. "os": "Linux",
  80. "database_os": "Linux",
  81. "display_name": "API-Hour-yocto",
  82. "notes": "Python 3 + API-Hour + AsyncIO"
  83. },
  84. "plaintext": {
  85. "plaintext_url": "/plaintext",
  86. "port": 8082,
  87. "approach": "Stripped",
  88. "classification": "Platform",
  89. "database": "None",
  90. "framework": "api_hour",
  91. "language": "Python",
  92. "flavor": "Python3",
  93. "orm": "Raw",
  94. "platform": "asyncio",
  95. "webserver": "Gunicorn",
  96. "os": "Linux",
  97. "database_os": "Linux",
  98. "display_name": "API-Hour-yocto",
  99. "notes": "Python 3 + API-Hour + AsyncIO"
  100. }
  101. }]
  102. }