|
@@ -1,13 +1,37 @@
|
|
|
{
|
|
|
"framework": "rails",
|
|
|
"tests": [{
|
|
|
- "ruby": {
|
|
|
- "setup_file": "setup_ruby",
|
|
|
+ "jruby-puma": {
|
|
|
+ "setup_file": "run_jruby_puma",
|
|
|
"json_url": "/hello_world/json",
|
|
|
"db_url": "/hello_world/db",
|
|
|
"query_url": "/hello_world/db?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"
|
|
|
+ },
|
|
|
+ "ruby-puma": {
|
|
|
+ "setup_file": "run_mri_puma",
|
|
|
+ "json_url": "/hello_world/json",
|
|
|
+ "db_url": "/hello_world/db",
|
|
|
+ "query_url": "/hello_world/db?queries=",
|
|
|
+ "fortune_url": "/fortune",
|
|
|
+ "update_url": "/update?queries=",
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
@@ -16,20 +40,44 @@
|
|
|
"language": "Ruby",
|
|
|
"orm": "Full",
|
|
|
"platform": "Rack",
|
|
|
- "webserver": "Unicorn",
|
|
|
+ "webserver": "Puma",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
- "display_name": "rails",
|
|
|
+ "display_name": "puma-mri-rails",
|
|
|
"notes": "",
|
|
|
- "versus": "rack-unicorn"
|
|
|
+ "versus": "rack-puma"
|
|
|
+ },
|
|
|
+ "thin": {
|
|
|
+ "setup_file": "run_thin",
|
|
|
+ "json_url": "/hello_world/json",
|
|
|
+ "db_url": "/hello_world/db",
|
|
|
+ "query_url": "/hello_world/db?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"
|
|
|
},
|
|
|
- "jruby": {
|
|
|
- "setup_file": "setup_jruby",
|
|
|
+ "torqbox": {
|
|
|
+ "setup_file": "run_torqbox",
|
|
|
"json_url": "/hello_world/json",
|
|
|
"db_url": "/hello_world/db",
|
|
|
"query_url": "/hello_world/db?queries=",
|
|
|
"fortune_url": "/fortune",
|
|
|
"update_url": "/update?queries=",
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
@@ -41,9 +89,55 @@
|
|
|
"webserver": "TorqBox",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
- "display_name": "rails",
|
|
|
+ "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/db?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/db?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"
|
|
|
}
|
|
|
}]
|
|
|
}
|