benchmark_config.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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. "fortune_url": "/fortunes",
  68. "plaintext_url": "/plaintext",
  69. "db_url": "/db",
  70. "query_url": "/queries?queries=",
  71. "update_url": "/updates?queries=",
  72. "port": 8080,
  73. "approach": "Realistic",
  74. "classification": "Micro",
  75. "database": "Postgres",
  76. "framework": "FastAPI",
  77. "language": "Python",
  78. "flavor": "Python3",
  79. "orm": "Raw",
  80. "platform": "asyncio",
  81. "webserver": "Gunicorn",
  82. "os": "Linux",
  83. "database_os": "Linux",
  84. "display_name": "FastAPI-gunicorn-orjson",
  85. "notes": "",
  86. "versus": "None"
  87. },
  88. "gunicorn-orm": {
  89. "fortune_url": "/fortunes",
  90. "plaintext_url": "/plaintext",
  91. "db_url": "/db",
  92. "query_url": "/queries?queries=",
  93. "update_url": "/updates?queries=",
  94. "port": 8080,
  95. "approach": "Realistic",
  96. "classification": "Micro",
  97. "database": "Postgres",
  98. "framework": "FastAPI",
  99. "language": "Python",
  100. "flavor": "Python3",
  101. "orm": "Full",
  102. "platform": "asyncio",
  103. "webserver": "Gunicorn",
  104. "os": "Linux",
  105. "database_os": "Linux",
  106. "display_name": "FastAPI-gunicorn-orm",
  107. "notes": "",
  108. "versus": "None"
  109. },
  110. "hypercorn": {
  111. "json_url": "/json",
  112. "fortune_url": "/fortunes",
  113. "plaintext_url": "/plaintext",
  114. "db_url": "/db",
  115. "query_url": "/queries?queries=",
  116. "update_url": "/updates?queries=",
  117. "port": 8080,
  118. "approach": "Realistic",
  119. "classification": "Micro",
  120. "database": "Postgres",
  121. "framework": "FastAPI",
  122. "language": "Python",
  123. "flavor": "Python3",
  124. "orm": "Raw",
  125. "platform": "asyncio",
  126. "webserver": "Hypercorn",
  127. "os": "Linux",
  128. "database_os": "Linux",
  129. "display_name": "FastAPI-hypercorn",
  130. "notes": "",
  131. "versus": "None"
  132. },
  133. "hypercorn-orjson": {
  134. "json_url": "/json",
  135. "fortune_url": "/fortunes",
  136. "plaintext_url": "/plaintext",
  137. "db_url": "/db",
  138. "query_url": "/queries?queries=",
  139. "update_url": "/updates?queries=",
  140. "port": 8080,
  141. "approach": "Realistic",
  142. "classification": "Micro",
  143. "database": "Postgres",
  144. "framework": "FastAPI",
  145. "language": "Python",
  146. "flavor": "Python3",
  147. "orm": "Raw",
  148. "platform": "asyncio",
  149. "webserver": "Hypercorn",
  150. "os": "Linux",
  151. "database_os": "Linux",
  152. "display_name": "FastAPI-hypercorn-orjson",
  153. "notes": "",
  154. "versus": "None"
  155. },
  156. "nginx-unit": {
  157. "json_url": "/json",
  158. "fortune_url": "/fortunes",
  159. "plaintext_url": "/plaintext",
  160. "db_url": "/db",
  161. "query_url": "/queries?queries=",
  162. "update_url": "/updates?queries=",
  163. "port": 8080,
  164. "approach": "Realistic",
  165. "classification": "Micro",
  166. "database": "Postgres",
  167. "framework": "FastAPI",
  168. "language": "Python",
  169. "flavor": "Python3",
  170. "orm": "Raw",
  171. "platform": "asyncio",
  172. "webserver": "nginx-unit",
  173. "os": "Linux",
  174. "database_os": "Linux",
  175. "display_name": "FastAPI-nginx-unit",
  176. "notes": "",
  177. "versus": "None"
  178. },
  179. "nginx-unit-orjson": {
  180. "json_url": "/json",
  181. "fortune_url": "/fortunes",
  182. "plaintext_url": "/plaintext",
  183. "db_url": "/db",
  184. "query_url": "/queries?queries=",
  185. "update_url": "/updates?queries=",
  186. "port": 8080,
  187. "approach": "Realistic",
  188. "classification": "Micro",
  189. "database": "Postgres",
  190. "framework": "FastAPI",
  191. "language": "Python",
  192. "flavor": "Python3",
  193. "orm": "Raw",
  194. "platform": "asyncio",
  195. "webserver": "nginx-unit",
  196. "os": "Linux",
  197. "database_os": "Linux",
  198. "display_name": "FastAPI-nginx-unit-orjson",
  199. "notes": "",
  200. "versus": "None"
  201. },
  202. "uvicorn": {
  203. "json_url": "/json",
  204. "fortune_url": "/fortunes",
  205. "plaintext_url": "/plaintext",
  206. "db_url": "/db",
  207. "query_url": "/queries?queries=",
  208. "update_url": "/updates?queries=",
  209. "port": 8080,
  210. "approach": "Realistic",
  211. "classification": "Micro",
  212. "database": "Postgres",
  213. "framework": "FastAPI",
  214. "language": "Python",
  215. "flavor": "Python3",
  216. "orm": "Raw",
  217. "platform": "asyncio",
  218. "webserver": "Uvicorn",
  219. "os": "Linux",
  220. "database_os": "Linux",
  221. "display_name": "FastAPI-uvicorn",
  222. "notes": "",
  223. "versus": "None"
  224. },
  225. "uvicorn-orjson": {
  226. "json_url": "/json",
  227. "fortune_url": "/fortunes",
  228. "plaintext_url": "/plaintext",
  229. "db_url": "/db",
  230. "query_url": "/queries?queries=",
  231. "update_url": "/updates?queries=",
  232. "port": 8080,
  233. "approach": "Realistic",
  234. "classification": "Micro",
  235. "database": "Postgres",
  236. "framework": "FastAPI",
  237. "language": "Python",
  238. "flavor": "Python3",
  239. "orm": "Raw",
  240. "platform": "asyncio",
  241. "webserver": "Uvicorn",
  242. "os": "Linux",
  243. "database_os": "Linux",
  244. "display_name": "FastAPI-uvicorn-orjson",
  245. "notes": "",
  246. "versus": "None"
  247. }
  248. }]
  249. }