|
@@ -0,0 +1,127 @@
|
|
|
+{
|
|
|
+ "framework": "cutelyst",
|
|
|
+ "tests": [{
|
|
|
+ "default": {
|
|
|
+ "setup_file": "setup",
|
|
|
+ "json_url": "/json",
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "None",
|
|
|
+ "framework": "cutelyst",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "Qt",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "cutelyst-uwsgi",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "postgres-raw": {
|
|
|
+ "setup_file": "setup",
|
|
|
+ "db_url": "/db_postgres",
|
|
|
+ "query_url": "/query_postgres?queries=",
|
|
|
+ "update_url": "/updates_postgres?queries=",
|
|
|
+ "fortune_url": "/fortunes_raw_postgres",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Platform",
|
|
|
+ "database": "Postgres",
|
|
|
+ "framework": "cutelyst",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "Qt",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "cutelyst-uwsgi-pg-raw",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "mysql-raw": {
|
|
|
+ "setup_file": "setup",
|
|
|
+ "db_url": "/db_mysql",
|
|
|
+ "query_url": "/query_mysql?queries=",
|
|
|
+ "update_url": "/updates_mysql?queries=",
|
|
|
+ "fortune_url": "/fortunes_raw_mysql",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Platform",
|
|
|
+ "database": "MySQL",
|
|
|
+ "framework": "cutelyst",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "Qt",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "cutelyst-uwsgi-mysql-raw",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "nginx": {
|
|
|
+ "setup_file": "setup_uwsgi_nginx",
|
|
|
+ "json_url": "/json",
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "None",
|
|
|
+ "framework": "cutelyst",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "Qt",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "cutelyst-uwsgi-nginx",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "nginx-postgres-raw": {
|
|
|
+ "setup_file": "setup_uwsgi_nginx",
|
|
|
+ "db_url": "/db_postgres",
|
|
|
+ "query_url": "/query_postgres?queries=",
|
|
|
+ "update_url": "/updates_postgres?queries=",
|
|
|
+ "fortune_url": "/fortunes_raw_postgres",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Platform",
|
|
|
+ "database": "Postgres",
|
|
|
+ "framework": "cutelyst",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "Qt",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "cutelyst-uwsgi-nginx-pg-raw",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ },
|
|
|
+ "nginx-mysql-raw": {
|
|
|
+ "setup_file": "setup_uwsgi_nginx",
|
|
|
+ "db_url": "/db_mysql",
|
|
|
+ "query_url": "/query_mysql?queries=",
|
|
|
+ "update_url": "/updates_mysql?queries=",
|
|
|
+ "fortune_url": "/fortunes_raw_mysql",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Platform",
|
|
|
+ "database": "MySQL",
|
|
|
+ "framework": "cutelyst",
|
|
|
+ "language": "C++",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "Qt",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "cutelyst-uwsgi-nginx-mysql-raw",
|
|
|
+ "notes": "",
|
|
|
+ "versus": ""
|
|
|
+ }
|
|
|
+ }]
|
|
|
+}
|