config.toml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. [framework]
  2. name = "falcon"
  3. [main]
  4. json.url = "/json"
  5. db.url = "/db"
  6. query.url = "/queries/"
  7. update.url = "/updates/"
  8. fortune.url = "/fortunes"
  9. plaintext.url = "/plaintext"
  10. port = 8080
  11. approach = "Realistic"
  12. classification = "Micro"
  13. database = "Postgres"
  14. framework = "Falcon"
  15. language = "Python"
  16. flavor = "Python3"
  17. orm = "Full"
  18. platform = "WSGI"
  19. webserver = "Meinheld"
  20. os = "Linux"
  21. database.os = "Linux"
  22. display.name = "Falcon [Meinheld]"
  23. notes = "cythonized"
  24. versus = "wsgi"
  25. [bjoern]
  26. json.url = "/json"
  27. db.url = "/db"
  28. query.url = "/queries/"
  29. update.url = "/updates/"
  30. fortune.url = "/fortunes"
  31. plaintext.url = "/plaintext"
  32. port = 8080
  33. approach = "Realistic"
  34. classification = "Micro"
  35. database = "Postgres"
  36. framework = "Falcon"
  37. language = "Python"
  38. flavor = "Python3"
  39. orm = "Full"
  40. platform = "WSGI"
  41. webserver = "bjoern"
  42. os = "Linux"
  43. database.os = "Linux"
  44. display.name = "Falcon [Bjoern]"
  45. notes = ""
  46. versus = "wsgi"
  47. [waitress]
  48. json.url = "/json"
  49. db.url = "/db"
  50. query.url = "/queries/"
  51. update.url = "/updates/"
  52. fortune.url = "/fortunes"
  53. plaintext.url = "/plaintext"
  54. port = 8080
  55. approach = "Realistic"
  56. classification = "Micro"
  57. database = "Postgres"
  58. framework = "Falcon"
  59. language = "Python"
  60. flavor = "Python3"
  61. orm = "Full"
  62. platform = "WSGI"
  63. webserver = "waitress"
  64. os = "Linux"
  65. database.os = "Linux"
  66. display.name = "Falcon [Waitress]"
  67. notes = ""
  68. versus = "wsgi"
  69. [orjson]
  70. json.url = "/json"
  71. db.url = "/db"
  72. query.url = "/queries/"
  73. update.url = "/updates/"
  74. port = 8080
  75. approach = "Realistic"
  76. classification = "Micro"
  77. database = "Postgres"
  78. framework = "Falcon"
  79. language = "Python"
  80. flavor = "Python3"
  81. orm = "Full"
  82. platform = "WSGI"
  83. webserver = "Meinheld"
  84. os = "Linux"
  85. database.os = "Linux"
  86. display.name = "Falcon [Meinheld-Orjson]"
  87. notes = "cythonized+orjson"
  88. versus = "wsgi"
  89. [socketify-wsgi]
  90. json.url = "/json"
  91. plaintext.url = "/plaintext"
  92. port = 8080
  93. approach = "Realistic"
  94. classification = "Micro"
  95. database = "Postgres"
  96. framework = "Falcon"
  97. language = "Python"
  98. flavor = "Python3"
  99. orm = "Full"
  100. platform = "WSGI"
  101. webserver = "Socketify.py"
  102. os = "Linux"
  103. database.os = "Linux"
  104. display.name = "Falcon [socketify.py WSGI]"
  105. notes = "cythonized"
  106. versus = "wsgi"
  107. [socketify-asgi]
  108. json.url = "/json"
  109. plaintext.url = "/plaintext"
  110. port = 8080
  111. approach = "Realistic"
  112. classification = "Micro"
  113. database = "Postgres"
  114. framework = "Falcon"
  115. language = "Python"
  116. flavor = "Python3"
  117. orm = "Full"
  118. platform = "ASGI"
  119. webserver = "Socketify.py"
  120. os = "Linux"
  121. database.os = "Linux"
  122. display.name = "Falcon [socketify.py ASGI]"
  123. notes = "cythonized"
  124. versus = "asgi"
  125. [socketify-asgi-pypy3]
  126. json.url = "/json"
  127. plaintext.url = "/plaintext"
  128. port = 8080
  129. approach = "Realistic"
  130. classification = "Micro"
  131. database = "Postgres"
  132. framework = "Falcon"
  133. language = "Python"
  134. flavor = "PyPy3"
  135. orm = "Full"
  136. platform = "ASGI"
  137. webserver = "Socketify.py"
  138. os = "Linux"
  139. database.os = "Linux"
  140. display.name = "Falcon [socketify.py ASGI Pypy3]"
  141. notes = ""
  142. versus = "asgi"
  143. [socketify-wsgi-pypy3]
  144. json.url = "/json"
  145. plaintext.url = "/plaintext"
  146. port = 8080
  147. approach = "Realistic"
  148. classification = "Micro"
  149. database = "Postgres"
  150. framework = "Falcon"
  151. language = "Python"
  152. flavor = "PyPy3"
  153. orm = "Full"
  154. platform = "WSGI"
  155. webserver = "Socketify.py"
  156. os = "Linux"
  157. database.os = "Linux"
  158. display.name = "Falcon [socketify.py WSGI Pypy3]"
  159. notes = ""
  160. versus = "wsgi"
  161. [pypy3]
  162. json.url = "/json"
  163. db.url = "/db"
  164. query.url = "/queries/"
  165. update.url = "/updates/"
  166. fortune.url = "/fortunes"
  167. plaintext.url = "/plaintext"
  168. port = 8080
  169. approach = "Realistic"
  170. classification = "Micro"
  171. database = "Postgres"
  172. framework = "Falcon"
  173. language = "Python"
  174. flavor = "PyPy3"
  175. orm = "Full"
  176. platform = "WSGI"
  177. webserver = "Gunicorn"
  178. os = "Linux"
  179. database.os = "Linux"
  180. display.name = "Falcon [Pypy3]"
  181. notes = ""
  182. versus = "wsgi"
  183. [asgi]
  184. json.url = "/json"
  185. db.url = "/db"
  186. query.url = "/queries/"
  187. update.url = "/updates/"
  188. fortune.url = "/fortunes"
  189. plaintext.url = "/plaintext"
  190. port = 8080
  191. approach = "Realistic"
  192. classification = "Micro"
  193. database = "Postgres"
  194. framework = "Falcon"
  195. language = "Python"
  196. flavor = "Python3"
  197. orm = "Full"
  198. platform = "ASGI"
  199. webserver = "Uvicorn"
  200. os = "Linux"
  201. database.os = "Linux"
  202. display.name = "Falcon [ASGI/Tortoise]"
  203. notes = ""
  204. versus = "uvicorn"
  205. [fastwsgi]
  206. json.url = "/json"
  207. db.url = "/db"
  208. query.url = "/queries/"
  209. update.url = "/updates/"
  210. fortune.url = "/fortunes"
  211. plaintext.url = "/plaintext"
  212. port = 8080
  213. approach = "Realistic"
  214. classification = "Micro"
  215. database = "Postgres"
  216. framework = "Falcon"
  217. language = "Python"
  218. flavor = "Python3"
  219. orm = "Full"
  220. platform = "WSGI"
  221. webserver = "FastWSGI"
  222. os = "Linux"
  223. database.os = "Linux"
  224. display.name = "Falcon [FastWSGI]"
  225. notes = ""
  226. versus = "wsgi"