|
@@ -24,6 +24,29 @@
|
|
|
"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",
|