123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- {
- "framework": "rails",
- "tests": [{
- "jruby-puma": {
- "setup_file": "run_jruby_puma",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "JRuby",
- "webserver": "Puma",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "puma-jruby-rails",
- "notes": "",
- "versus": "rack-puma-jruby"
- },
- "puma-rbx": {
- "setup_file": "run_rbx_puma",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rubinius",
- "webserver": "Puma",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "puma-rbx-rails",
- "notes": "",
- "versus": "rack-puma-rbx"
- },
- "ruby-puma": {
- "setup_file": "run_mri_puma",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rack",
- "webserver": "Puma",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "puma-mri-rails",
- "notes": "",
- "versus": "rack-puma"
- },
- "thin": {
- "setup_file": "run_thin",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rack",
- "webserver": "Thin",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "thin-rails",
- "notes": "",
- "versus": "rack-thin"
- },
- "torqbox": {
- "setup_file": "run_torqbox",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "JRuby",
- "webserver": "TorqBox",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "torqbox-rails",
- "notes": "",
- "versus": "rack-torqbox"
- },
- "trinidad": {
- "setup_file": "run_trinidad",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "JRuby",
- "webserver": "Trinidad",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "trinidad-rails",
- "notes": "",
- "versus": "rack-trinidad"
- },
- "unicorn": {
- "setup_file": "run_unicorn",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rack",
- "webserver": "Unicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "unicorn-rails",
- "notes": "",
- "versus": "rack-unicorn"
- }
- }]
- }
|