benchmark_config.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. {
  2. "framework": "fastapi",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "fortune_url": "/fortunes",
  7. "plaintext_url": "/plaintext",
  8. "db_url": "/db",
  9. "query_url": "/queries?queries=",
  10. "update_url": "/updates?queries=",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Micro",
  14. "database": "Postgres",
  15. "framework": "FastAPI",
  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": "FastAPI",
  24. "notes": "",
  25. "versus": "None"
  26. },
  27. "socketify-asgi": {
  28. "json_url": "/json",
  29. "plaintext_url": "/plaintext",
  30. "port": 8080,
  31. "approach": "Realistic",
  32. "classification": "Micro",
  33. "database": "Postgres",
  34. "framework": "FastAPI",
  35. "language": "Python",
  36. "flavor": "Python3",
  37. "orm": "Raw",
  38. "platform": "asyncio",
  39. "webserver": "Socketify.py",
  40. "os": "Linux",
  41. "database_os": "Linux",
  42. "display_name": "FastAPI [Socketify.py ASGI]",
  43. "notes": "",
  44. "versus": "None"
  45. },
  46. "socketify-asgi-pypy": {
  47. "json_url": "/json",
  48. "plaintext_url": "/plaintext",
  49. "port": 8080,
  50. "approach": "Realistic",
  51. "classification": "Micro",
  52. "database": "Postgres",
  53. "framework": "FastAPI",
  54. "language": "Python",
  55. "flavor": "Python3",
  56. "orm": "Raw",
  57. "platform": "asyncio",
  58. "webserver": "Socketify.py",
  59. "os": "Linux",
  60. "database_os": "Linux",
  61. "display_name": "FastAPI [Socketify.py ASGI PyPy3]",
  62. "notes": "",
  63. "versus": "None"
  64. },
  65. "gunicorn-orjson": {
  66. "json_url": "/json",
  67. "db_url": "/db",
  68. "query_url": "/queries?queries=",
  69. "update_url": "/updates?queries=",
  70. "port": 8080,
  71. "approach": "Realistic",
  72. "classification": "Micro",
  73. "database": "Postgres",
  74. "framework": "FastAPI",
  75. "language": "Python",
  76. "flavor": "Python3",
  77. "orm": "Raw",
  78. "platform": "asyncio",
  79. "webserver": "Gunicorn",
  80. "os": "Linux",
  81. "database_os": "Linux",
  82. "display_name": "FastAPI-gunicorn-orjson",
  83. "notes": "",
  84. "versus": "None"
  85. },
  86. "gunicorn-orm": {
  87. "fortune_url": "/fortunes",
  88. "db_url": "/db",
  89. "query_url": "/queries?queries=",
  90. "update_url": "/updates?queries=",
  91. "port": 8080,
  92. "approach": "Realistic",
  93. "classification": "Micro",
  94. "database": "Postgres",
  95. "framework": "FastAPI",
  96. "language": "Python",
  97. "flavor": "Python3",
  98. "orm": "Full",
  99. "platform": "asyncio",
  100. "webserver": "Gunicorn",
  101. "os": "Linux",
  102. "database_os": "Linux",
  103. "display_name": "FastAPI-gunicorn-orm",
  104. "notes": "",
  105. "versus": "None"
  106. },
  107. "hypercorn": {
  108. "json_url": "/json",
  109. "fortune_url": "/fortunes",
  110. "plaintext_url": "/plaintext",
  111. "db_url": "/db",
  112. "query_url": "/queries?queries=",
  113. "update_url": "/updates?queries=",
  114. "port": 8080,
  115. "approach": "Realistic",
  116. "classification": "Micro",
  117. "database": "Postgres",
  118. "framework": "FastAPI",
  119. "language": "Python",
  120. "flavor": "Python3",
  121. "orm": "Raw",
  122. "platform": "asyncio",
  123. "webserver": "Hypercorn",
  124. "os": "Linux",
  125. "database_os": "Linux",
  126. "display_name": "FastAPI-hypercorn",
  127. "notes": "",
  128. "versus": "None"
  129. },
  130. "hypercorn-orjson": {
  131. "json_url": "/json",
  132. "db_url": "/db",
  133. "query_url": "/queries?queries=",
  134. "update_url": "/updates?queries=",
  135. "port": 8080,
  136. "approach": "Realistic",
  137. "classification": "Micro",
  138. "database": "Postgres",
  139. "framework": "FastAPI",
  140. "language": "Python",
  141. "flavor": "Python3",
  142. "orm": "Raw",
  143. "platform": "asyncio",
  144. "webserver": "Hypercorn",
  145. "os": "Linux",
  146. "database_os": "Linux",
  147. "display_name": "FastAPI-hypercorn-orjson",
  148. "notes": "",
  149. "versus": "None"
  150. },
  151. "nginx-unit": {
  152. "json_url": "/json",
  153. "fortune_url": "/fortunes",
  154. "plaintext_url": "/plaintext",
  155. "db_url": "/db",
  156. "query_url": "/queries?queries=",
  157. "update_url": "/updates?queries=",
  158. "port": 8080,
  159. "approach": "Realistic",
  160. "classification": "Micro",
  161. "database": "Postgres",
  162. "framework": "FastAPI",
  163. "language": "Python",
  164. "flavor": "Python3",
  165. "orm": "Raw",
  166. "platform": "asyncio",
  167. "webserver": "nginx-unit",
  168. "os": "Linux",
  169. "database_os": "Linux",
  170. "display_name": "FastAPI-nginx-unit",
  171. "notes": "",
  172. "versus": "None",
  173. "tags": ["broken"]
  174. },
  175. "nginx-unit-orjson": {
  176. "json_url": "/json",
  177. "db_url": "/db",
  178. "query_url": "/queries?queries=",
  179. "update_url": "/updates?queries=",
  180. "port": 8080,
  181. "approach": "Realistic",
  182. "classification": "Micro",
  183. "database": "Postgres",
  184. "framework": "FastAPI",
  185. "language": "Python",
  186. "flavor": "Python3",
  187. "orm": "Raw",
  188. "platform": "asyncio",
  189. "webserver": "nginx-unit",
  190. "os": "Linux",
  191. "database_os": "Linux",
  192. "display_name": "FastAPI-nginx-unit-orjson",
  193. "notes": "",
  194. "versus": "None",
  195. "tags": ["broken"]
  196. },
  197. "uvicorn": {
  198. "json_url": "/json",
  199. "fortune_url": "/fortunes",
  200. "plaintext_url": "/plaintext",
  201. "db_url": "/db",
  202. "query_url": "/queries?queries=",
  203. "update_url": "/updates?queries=",
  204. "port": 8080,
  205. "approach": "Realistic",
  206. "classification": "Micro",
  207. "database": "Postgres",
  208. "framework": "FastAPI",
  209. "language": "Python",
  210. "flavor": "Python3",
  211. "orm": "Raw",
  212. "platform": "asyncio",
  213. "webserver": "Uvicorn",
  214. "os": "Linux",
  215. "database_os": "Linux",
  216. "display_name": "FastAPI-uvicorn",
  217. "notes": "",
  218. "versus": "None"
  219. },
  220. "uvicorn-orjson": {
  221. "json_url": "/json",
  222. "db_url": "/db",
  223. "query_url": "/queries?queries=",
  224. "update_url": "/updates?queries=",
  225. "port": 8080,
  226. "approach": "Realistic",
  227. "classification": "Micro",
  228. "database": "Postgres",
  229. "framework": "FastAPI",
  230. "language": "Python",
  231. "flavor": "Python3",
  232. "orm": "Raw",
  233. "platform": "asyncio",
  234. "webserver": "Uvicorn",
  235. "os": "Linux",
  236. "database_os": "Linux",
  237. "display_name": "FastAPI-uvicorn-orjson",
  238. "notes": "",
  239. "versus": "None"
  240. }
  241. }]
  242. }