benchmark_config 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. {
  2. "framework": "aspnet",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup_iis",
  6. "json_url": "/json/default",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Fullstack",
  11. "database": "None",
  12. "framework": "aspnet-mvc",
  13. "language": "C#",
  14. "orm": "Raw",
  15. "platform": "NET",
  16. "webserver": "IIS",
  17. "os": "Windows",
  18. "database_os": "Linux",
  19. "display_name": "aspnet",
  20. "notes": "",
  21. "versus": ""
  22. },
  23. "jsonnet": {
  24. "setup_file": "setup_iis",
  25. "json_url": "/json/jsonnet",
  26. "port": 8080,
  27. "approach": "Realistic",
  28. "classification": "Platform",
  29. "database": "None",
  30. "framework": "aspnet",
  31. "language": "C#",
  32. "orm": "Raw",
  33. "platform": "NET",
  34. "webserver": "IIS",
  35. "os": "Windows",
  36. "database_os": "Linux",
  37. "display_name": "aspnet-jsonnet",
  38. "notes": "",
  39. "versus": ""
  40. },
  41. "servicestack": {
  42. "setup_file": "setup_iis",
  43. "json_url": "/json/servicestack",
  44. "port": 8080,
  45. "approach": "Realistic",
  46. "classification": "Platform",
  47. "database": "None",
  48. "framework": "aspnet",
  49. "language": "C#",
  50. "orm": "Raw",
  51. "platform": "NET",
  52. "webserver": "IIS",
  53. "os": "Windows",
  54. "database_os": "Linux",
  55. "display_name": "aspnet-svcstk",
  56. "notes": "",
  57. "versus": ""
  58. },
  59. "mysql-raw": {
  60. "setup_file": "setup_iis",
  61. "db_url": "/ado/mysql",
  62. "query_url": "/ado/mysql?queries=",
  63. "fortune_url": "/ado/mysql/fortunes",
  64. "update_url": "/ado/mysql/update?queries=",
  65. "port": 8080,
  66. "approach": "Realistic",
  67. "classification": "Fullstack",
  68. "database": "MySQL",
  69. "framework": "aspnet-mvc",
  70. "language": "C#",
  71. "orm": "Raw",
  72. "platform": "NET",
  73. "webserver": "IIS",
  74. "os": "Windows",
  75. "database_os": "Linux",
  76. "display_name": "aspnet-mvc-raw",
  77. "notes": "",
  78. "versus": ""
  79. },
  80. "postgresql-raw": {
  81. "setup_file": "setup_iis",
  82. "db_url": "/ado/postgresql",
  83. "query_url": "/ado/postgresql?queries=",
  84. "fortune_url": "/ado/postgresql/fortunes",
  85. "update_url": "/ado/postgresql/update?queries=",
  86. "port": 8080,
  87. "approach": "Realistic",
  88. "classification": "Fullstack",
  89. "database": "Postgres",
  90. "framework": "aspnet-mvc",
  91. "language": "C#",
  92. "orm": "Raw",
  93. "platform": "NET",
  94. "webserver": "IIS",
  95. "os": "Windows",
  96. "database_os": "Linux",
  97. "display_name": "aspnet-mvc-raw",
  98. "notes": "",
  99. "versus": ""
  100. },
  101. "mongodb-raw": {
  102. "setup_file": "setup_iis",
  103. "db_url": "/mongodb",
  104. "query_url": "/mongodb?queries=",
  105. "fortune_url": "/mongodb/fortunes",
  106. "update_url": "/mongodb/update?queries=",
  107. "port": 8080,
  108. "approach": "Realistic",
  109. "classification": "Fullstack",
  110. "database": "MongoDB",
  111. "framework": "aspnet-mvc",
  112. "language": "C#",
  113. "orm": "Raw",
  114. "platform": "NET",
  115. "webserver": "IIS",
  116. "os": "Windows",
  117. "database_os": "Linux",
  118. "display_name": "aspnet-mvc-raw",
  119. "notes": "",
  120. "versus": ""
  121. },
  122. "sqlserver-raw": {
  123. "setup_file": "setup_iis",
  124. "db_url": "/ado/sqlserver",
  125. "query_url": "/ado/sqlserver?queries=",
  126. "fortune_url": "/ado/sqlserver/fortunes",
  127. "update_url": "/ado/sqlserver/update?queries=",
  128. "port": 8080,
  129. "approach": "Realistic",
  130. "classification": "Fullstack",
  131. "database": "SQLServer",
  132. "framework": "aspnet-mvc",
  133. "language": "C#",
  134. "orm": "Raw",
  135. "platform": "NET",
  136. "webserver": "IIS",
  137. "os": "Windows",
  138. "database_os": "Windows",
  139. "display_name": "aspnet-mvc-raw",
  140. "notes": "",
  141. "versus": ""
  142. },
  143. "mysql-entityframework": {
  144. "setup_file": "setup_iis",
  145. "db_url": "/entityframework/mysql",
  146. "query_url": "/entityframework/mysql?queries=",
  147. "fortune_url": "/entityframework/mysql/fortunes",
  148. "update_url": "/entityframework/mysql/update?queries=",
  149. "port": 8080,
  150. "approach": "Realistic",
  151. "classification": "Fullstack",
  152. "database": "MySQL",
  153. "framework": "aspnet-mvc",
  154. "language": "C#",
  155. "orm": "Full",
  156. "platform": "NET",
  157. "webserver": "IIS",
  158. "os": "Windows",
  159. "database_os": "Linux",
  160. "display_name": "aspnet-mvc",
  161. "notes": "",
  162. "versus": ""
  163. },
  164. "postgresql-entityframework": {
  165. "setup_file": "setup_iis",
  166. "db_url": "/entityframework/postgresql",
  167. "query_url": "/entityframework/postgresql?queries=",
  168. "fortune_url": "/entityframework/postgresql/fortunes",
  169. "update_url": "/entityframework/postgresql/update?queries=",
  170. "port": 8080,
  171. "approach": "Realistic",
  172. "classification": "Fullstack",
  173. "database": "Postgres",
  174. "framework": "aspnet-mvc",
  175. "language": "C#",
  176. "orm": "Full",
  177. "platform": "NET",
  178. "webserver": "IIS",
  179. "os": "Windows",
  180. "database_os": "Linux",
  181. "display_name": "aspnet-mvc",
  182. "notes": "",
  183. "versus": ""
  184. },
  185. "sqlserver-entityframework": {
  186. "setup_file": "setup_iis",
  187. "db_url": "/entityframework/sqlserver",
  188. "query_url": "/entityframework/sqlserver?queries=",
  189. "fortune_url": "/entityframework/sqlserver/fortunes",
  190. "update_url": "/entityframework/sqlserver/update?queries=",
  191. "port": 8080,
  192. "approach": "Realistic",
  193. "classification": "Fullstack",
  194. "database": "SQLServer",
  195. "framework": "aspnet-mvc",
  196. "language": "C#",
  197. "orm": "Full",
  198. "platform": "NET",
  199. "webserver": "IIS",
  200. "os": "Windows",
  201. "database_os": "Windows",
  202. "display_name": "aspnet-mvc",
  203. "notes": "",
  204. "versus": ""
  205. },
  206. "mono": {
  207. "setup_file": "setup_nginx",
  208. "json_url": "/json/default",
  209. "plaintext_url": "/plaintext",
  210. "port": 8080,
  211. "approach": "Realistic",
  212. "classification": "Fullstack",
  213. "database": "None",
  214. "framework": "aspnet-mvc",
  215. "language": "C#",
  216. "orm": "Raw",
  217. "platform": "Mono",
  218. "webserver": "nginx",
  219. "os": "Linux",
  220. "database_os": "Linux",
  221. "display_name": "aspnet-mvc-mono",
  222. "notes": "",
  223. "versus": ""
  224. },
  225. "mono-jsonnet": {
  226. "setup_file": "setup_nginx",
  227. "json_url": "/json/jsonnet",
  228. "port": 8080,
  229. "approach": "Realistic",
  230. "classification": "Platform",
  231. "database": "None",
  232. "framework": "aspnet",
  233. "language": "C#",
  234. "orm": "Raw",
  235. "platform": "Mono",
  236. "webserver": "nginx",
  237. "os": "Linux",
  238. "database_os": "Linux",
  239. "display_name": "aspnet-jsonnet-mono",
  240. "notes": "",
  241. "versus": ""
  242. },
  243. "mono-servicestack": {
  244. "setup_file": "setup_nginx",
  245. "json_url": "/json/servicestack",
  246. "port": 8080,
  247. "approach": "Realistic",
  248. "classification": "Platform",
  249. "database": "None",
  250. "framework": "aspnet",
  251. "language": "C#",
  252. "orm": "Raw",
  253. "platform": "Mono",
  254. "webserver": "nginx",
  255. "os": "Linux",
  256. "database_os": "Linux",
  257. "display_name": "aspnet-svcstk-mono",
  258. "notes": "",
  259. "versus": ""
  260. },
  261. "mono-mysql-raw": {
  262. "setup_file": "setup_nginx",
  263. "json_url": "/json/default",
  264. "plaintext_url": "/plaintext",
  265. "db_url": "/ado/mysql",
  266. "query_url": "/ado/mysql?queries=",
  267. "fortune_url": "/ado/mysql/fortunes",
  268. "update_url": "/ado/mysql/update?queries=",
  269. "port": 8080,
  270. "approach": "Realistic",
  271. "classification": "Fullstack",
  272. "database": "MySQL",
  273. "framework": "aspnet-mvc",
  274. "language": "C#",
  275. "orm": "Raw",
  276. "platform": "Mono",
  277. "webserver": "nginx",
  278. "os": "Linux",
  279. "database_os": "Linux",
  280. "display_name": "aspnet-mvc-mono-raw",
  281. "notes": "",
  282. "versus": ""
  283. },
  284. "mono-postgresql-raw": {
  285. "setup_file": "setup_nginx",
  286. "db_url": "/ado/postgresql",
  287. "query_url": "/ado/postgresql?queries=",
  288. "fortune_url": "/ado/postgresql/fortunes",
  289. "update_url": "/ado/postgresql/update?queries=",
  290. "port": 8080,
  291. "approach": "Realistic",
  292. "classification": "Fullstack",
  293. "database": "Postgres",
  294. "framework": "aspnet-mvc",
  295. "language": "C#",
  296. "orm": "Raw",
  297. "platform": "Mono",
  298. "webserver": "nginx",
  299. "os": "Linux",
  300. "database_os": "Linux",
  301. "display_name": "aspnet-mvc-mono-raw",
  302. "notes": "",
  303. "versus": ""
  304. },
  305. "mono-mongodb-raw": {
  306. "setup_file": "setup_nginx",
  307. "db_url": "/mongodb",
  308. "query_url": "/mongodb?queries=",
  309. "fortune_url": "/mongodb/fortunes",
  310. "update_url": "/mongodb/update?queries=",
  311. "port": 8080,
  312. "approach": "Realistic",
  313. "classification": "Fullstack",
  314. "database": "MongoDB",
  315. "framework": "aspnet-mvc",
  316. "language": "C#",
  317. "orm": "Raw",
  318. "platform": "Mono",
  319. "webserver": "nginx",
  320. "os": "Linux",
  321. "database_os": "Linux",
  322. "display_name": "aspnet-mvc-mono-raw",
  323. "notes": "",
  324. "versus": ""
  325. },
  326. "mono-mysql-entityframework": {
  327. "setup_file": "setup_nginx",
  328. "db_url": "/entityframework/mysql",
  329. "query_url": "/entityframework/mysql?queries=",
  330. "fortune_url": "/entityframework/mysql/fortunes",
  331. "update_url": "/entityframework/mysql/update?queries=",
  332. "port": 8080,
  333. "approach": "Realistic",
  334. "classification": "Fullstack",
  335. "database": "MySQL",
  336. "framework": "aspnet-mvc",
  337. "language": "C#",
  338. "orm": "Full",
  339. "platform": "Mono",
  340. "webserver": "nginx",
  341. "os": "Linux",
  342. "database_os": "Linux",
  343. "display_name": "aspnet-mvc-mono",
  344. "notes": "Entity framework",
  345. "versus": ""
  346. },
  347. "mono-postgresql-entityframework": {
  348. "setup_file": "setup_nginx",
  349. "db_url": "/entityframework/postgresql",
  350. "query_url": "/entityframework/postgresql?queries=",
  351. "fortune_url": "/entityframework/postgresql/fortunes",
  352. "update_url": "/entityframework/postgresql/update?queries=",
  353. "port": 8080,
  354. "approach": "Realistic",
  355. "classification": "Fullstack",
  356. "database": "Postgres",
  357. "framework": "aspnet-mvc",
  358. "language": "C#",
  359. "orm": "Full",
  360. "platform": "Mono",
  361. "webserver": "nginx",
  362. "os": "Linux",
  363. "database_os": "Linux",
  364. "display_name": "aspnet-mvc-mono",
  365. "notes": "Entity framework",
  366. "versus": ""
  367. }
  368. }]
  369. }