benchmark_config 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "framework": "rails",
  3. "tests": [{
  4. "jruby-puma": {
  5. "setup_file": "run_jruby_puma",
  6. "json_url": "/hello_world/json",
  7. "db_url": "/hello_world/db",
  8. "query_url": "/hello_world/query?queries=",
  9. "fortune_url": "/fortune",
  10. "update_url": "/update?queries=",
  11. "plaintext_url": "/plaintext",
  12. "port": 8080,
  13. "approach": "Realistic",
  14. "classification": "Fullstack",
  15. "database": "MySQL",
  16. "framework": "rails",
  17. "language": "Ruby",
  18. "orm": "Full",
  19. "platform": "JRuby",
  20. "webserver": "Puma",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "puma-jruby-rails",
  24. "notes": "",
  25. "versus": "rack-puma-jruby"
  26. },
  27. "puma-rbx": {
  28. "setup_file": "run_rbx_puma",
  29. "json_url": "/hello_world/json",
  30. "db_url": "/hello_world/db",
  31. "query_url": "/hello_world/query?queries=",
  32. "fortune_url": "/fortune",
  33. "update_url": "/update?queries=",
  34. "plaintext_url": "/plaintext",
  35. "port": 8080,
  36. "approach": "Realistic",
  37. "classification": "Fullstack",
  38. "database": "MySQL",
  39. "framework": "rails",
  40. "language": "Ruby",
  41. "orm": "Full",
  42. "platform": "Rubinius",
  43. "webserver": "Puma",
  44. "os": "Linux",
  45. "database_os": "Linux",
  46. "display_name": "puma-rbx-rails",
  47. "notes": "",
  48. "versus": "rack-puma-rbx"
  49. },
  50. "ruby-puma": {
  51. "setup_file": "run_mri_puma",
  52. "json_url": "/hello_world/json",
  53. "db_url": "/hello_world/db",
  54. "query_url": "/hello_world/query?queries=",
  55. "fortune_url": "/fortune",
  56. "update_url": "/update?queries=",
  57. "plaintext_url": "/plaintext",
  58. "port": 8080,
  59. "approach": "Realistic",
  60. "classification": "Fullstack",
  61. "database": "MySQL",
  62. "framework": "rails",
  63. "language": "Ruby",
  64. "orm": "Full",
  65. "platform": "Rack",
  66. "webserver": "Puma",
  67. "os": "Linux",
  68. "database_os": "Linux",
  69. "display_name": "puma-mri-rails",
  70. "notes": "",
  71. "versus": "rack-puma"
  72. },
  73. "thin": {
  74. "setup_file": "run_thin",
  75. "json_url": "/hello_world/json",
  76. "db_url": "/hello_world/db",
  77. "query_url": "/hello_world/query?queries=",
  78. "fortune_url": "/fortune",
  79. "update_url": "/update?queries=",
  80. "plaintext_url": "/plaintext",
  81. "port": 8080,
  82. "approach": "Realistic",
  83. "classification": "Fullstack",
  84. "database": "MySQL",
  85. "framework": "rails",
  86. "language": "Ruby",
  87. "orm": "Full",
  88. "platform": "Rack",
  89. "webserver": "Thin",
  90. "os": "Linux",
  91. "database_os": "Linux",
  92. "display_name": "thin-rails",
  93. "notes": "",
  94. "versus": "rack-thin"
  95. },
  96. "torqbox": {
  97. "setup_file": "run_torqbox",
  98. "json_url": "/hello_world/json",
  99. "db_url": "/hello_world/db",
  100. "query_url": "/hello_world/query?queries=",
  101. "fortune_url": "/fortune",
  102. "update_url": "/update?queries=",
  103. "plaintext_url": "/plaintext",
  104. "port": 8080,
  105. "approach": "Realistic",
  106. "classification": "Fullstack",
  107. "database": "MySQL",
  108. "framework": "rails",
  109. "language": "Ruby",
  110. "orm": "Full",
  111. "platform": "JRuby",
  112. "webserver": "TorqBox",
  113. "os": "Linux",
  114. "database_os": "Linux",
  115. "display_name": "torqbox-rails",
  116. "notes": "",
  117. "versus": "rack-torqbox"
  118. },
  119. "trinidad": {
  120. "setup_file": "run_trinidad",
  121. "json_url": "/hello_world/json",
  122. "db_url": "/hello_world/db",
  123. "query_url": "/hello_world/query?queries=",
  124. "fortune_url": "/fortune",
  125. "update_url": "/update?queries=",
  126. "plaintext_url": "/plaintext",
  127. "port": 8080,
  128. "approach": "Realistic",
  129. "classification": "Fullstack",
  130. "database": "MySQL",
  131. "framework": "rails",
  132. "language": "Ruby",
  133. "orm": "Full",
  134. "platform": "JRuby",
  135. "webserver": "Trinidad",
  136. "os": "Linux",
  137. "database_os": "Linux",
  138. "display_name": "trinidad-rails",
  139. "notes": "",
  140. "versus": "rack-trinidad"
  141. },
  142. "unicorn": {
  143. "setup_file": "run_unicorn",
  144. "json_url": "/hello_world/json",
  145. "db_url": "/hello_world/db",
  146. "query_url": "/hello_world/query?queries=",
  147. "fortune_url": "/fortune",
  148. "update_url": "/update?queries=",
  149. "plaintext_url": "/plaintext",
  150. "port": 8080,
  151. "approach": "Realistic",
  152. "classification": "Fullstack",
  153. "database": "MySQL",
  154. "framework": "rails",
  155. "language": "Ruby",
  156. "orm": "Full",
  157. "platform": "Rack",
  158. "webserver": "Unicorn",
  159. "os": "Linux",
  160. "database_os": "Linux",
  161. "display_name": "unicorn-rails",
  162. "notes": "",
  163. "versus": "rack-unicorn"
  164. }
  165. }]
  166. }