|
@@ -12,7 +12,7 @@
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
|
- "database": "MongoDB",
|
|
|
+ "database": "mongodb",
|
|
|
"framework": "ffead-cpp",
|
|
|
"language": "C++",
|
|
|
"orm": "Full",
|
|
@@ -20,11 +20,57 @@
|
|
|
"webserver": "None",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
- "display_name": "ffead-cpp",
|
|
|
+ "display_name": "ffead-cpp-mongo",
|
|
|
"notes": "",
|
|
|
"versus": ""
|
|
|
},
|
|
|
- "apache2": {
|
|
|
+ "mysql": {
|
|
|
+ "setup_file": "setup-mysql",
|
|
|
+ "json_url": "/te-benchmark/json",
|
|
|
+ "plaintext_url": "/te-benchmark/plaintext",
|
|
|
+ "db_url": "/te-benchmark/db",
|
|
|
+ "query_url": "/te-benchmark/queries?queries=",
|
|
|
+ "fortune_url": "/te-benchmark/fortunes",
|
|
|
+ "update_url": "/te-benchmark/updates?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "mysql",
|
|
|
+ "framework": "ffead-cpp",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "ffead-cpp",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ffead-cpp-mysql",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "postgresql": {
|
|
|
+ "setup_file": "setup-postgresql",
|
|
|
+ "json_url": "/te-benchmark/json",
|
|
|
+ "plaintext_url": "/te-benchmark/plaintext",
|
|
|
+ "db_url": "/te-benchmark/db",
|
|
|
+ "query_url": "/te-benchmark/queries?queries=",
|
|
|
+ "fortune_url": "/te-benchmark/fortunes",
|
|
|
+ "update_url": "/te-benchmark/updates?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "postgres",
|
|
|
+ "framework": "ffead-cpp",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "ffead-cpp",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ffead-cpp-postgresql",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "apache2-mongo": {
|
|
|
"setup_file": "setup-apache2",
|
|
|
"json_url": "/te-benchmark/json",
|
|
|
"plaintext_url": "/te-benchmark/plaintext",
|
|
@@ -35,18 +81,132 @@
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
|
- "database": "MongoDB",
|
|
|
+ "database": "mongodb",
|
|
|
"framework": "ffead-cpp",
|
|
|
"language": "C++",
|
|
|
"orm": "Full",
|
|
|
- "platform": "ffead-cpp-apache",
|
|
|
+ "platform": "ffead-cpp-apache2",
|
|
|
"webserver": "apache2",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
- "display_name": "ffead-cpp-apache",
|
|
|
+ "display_name": "ffead-cpp-apache2-mongo",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "apache2-mysql": {
|
|
|
+ "setup_file": "setup-apache2-mysql",
|
|
|
+ "json_url": "/te-benchmark/json",
|
|
|
+ "plaintext_url": "/te-benchmark/plaintext",
|
|
|
+ "db_url": "/te-benchmark/db",
|
|
|
+ "query_url": "/te-benchmark/queries?queries=",
|
|
|
+ "fortune_url": "/te-benchmark/fortunes",
|
|
|
+ "update_url": "/te-benchmark/updates?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "mysql",
|
|
|
+ "framework": "ffead-cpp",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "ffead-cpp-apache2",
|
|
|
+ "webserver": "apache2",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ffead-cpp-apache2-mysql",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "apache2-postgresql": {
|
|
|
+ "setup_file": "setup-apache2-postgresql",
|
|
|
+ "json_url": "/te-benchmark/json",
|
|
|
+ "plaintext_url": "/te-benchmark/plaintext",
|
|
|
+ "db_url": "/te-benchmark/db",
|
|
|
+ "query_url": "/te-benchmark/queries?queries=",
|
|
|
+ "fortune_url": "/te-benchmark/fortunes",
|
|
|
+ "update_url": "/te-benchmark/updates?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "postgres",
|
|
|
+ "framework": "ffead-cpp",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "ffead-cpp-apache2",
|
|
|
+ "webserver": "apache2",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ffead-cpp-apache2-postgresql",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "nginx-mongo": {
|
|
|
+ "setup_file": "setup-nginx",
|
|
|
+ "json_url": "/te-benchmark/json",
|
|
|
+ "plaintext_url": "/te-benchmark/plaintext",
|
|
|
+ "db_url": "/te-benchmark/db",
|
|
|
+ "query_url": "/te-benchmark/queries?queries=",
|
|
|
+ "fortune_url": "/te-benchmark/fortunes",
|
|
|
+ "update_url": "/te-benchmark/updates?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "mongodb",
|
|
|
+ "framework": "ffead-cpp",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "ffead-cpp-nginx",
|
|
|
+ "webserver": "nginx",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ffead-cpp-nginx-mongo",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "nginx-mysql": {
|
|
|
+ "setup_file": "setup-nginx-mysql",
|
|
|
+ "json_url": "/te-benchmark/json",
|
|
|
+ "plaintext_url": "/te-benchmark/plaintext",
|
|
|
+ "db_url": "/te-benchmark/db",
|
|
|
+ "query_url": "/te-benchmark/queries?queries=",
|
|
|
+ "fortune_url": "/te-benchmark/fortunes",
|
|
|
+ "update_url": "/te-benchmark/updates?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "mysql",
|
|
|
+ "framework": "ffead-cpp",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "ffead-cpp-nginx",
|
|
|
+ "webserver": "nginx",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ffead-cpp-nginx-mysql",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "nginx-postgresql": {
|
|
|
+ "setup_file": "setup-nginx-postgresql",
|
|
|
+ "json_url": "/te-benchmark/json",
|
|
|
+ "plaintext_url": "/te-benchmark/plaintext",
|
|
|
+ "db_url": "/te-benchmark/db",
|
|
|
+ "query_url": "/te-benchmark/queries?queries=",
|
|
|
+ "fortune_url": "/te-benchmark/fortunes",
|
|
|
+ "update_url": "/te-benchmark/updates?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "postgres",
|
|
|
+ "framework": "ffead-cpp",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "ffead-cpp-nginx",
|
|
|
+ "webserver": "nginx",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "ffead-cpp-nginx-postgresql",
|
|
|
"notes": "",
|
|
|
"versus": ""
|
|
|
}
|
|
|
}]
|
|
|
-}
|
|
|
-
|
|
|
+}
|