|
| 1 | +{ |
| 2 | + "framework": "cutelyst", |
| 3 | + "tests": [{ |
| 4 | + "default": { |
| 5 | + "setup_file": "setup", |
| 6 | + "json_url": "/json", |
| 7 | + "plaintext_url": "/plaintext", |
| 8 | + "port": 8080, |
| 9 | + "approach": "Realistic", |
| 10 | + "classification": "Fullstack", |
| 11 | + "database": "None", |
| 12 | + "framework": "cutelyst", |
| 13 | + "language": "C++", |
| 14 | + "orm": "Raw", |
| 15 | + "platform": "Qt", |
| 16 | + "webserver": "None", |
| 17 | + "os": "Linux", |
| 18 | + "database_os": "Linux", |
| 19 | + "display_name": "cutelyst-uwsgi", |
| 20 | + "notes": "", |
| 21 | + "versus": "" |
| 22 | + }, |
| 23 | + "postgres-raw": { |
| 24 | + "setup_file": "setup", |
| 25 | + "db_url": "/db_postgres", |
| 26 | + "query_url": "/query_postgres?queries=", |
| 27 | + "update_url": "/updates_postgres?queries=", |
| 28 | + "fortune_url": "/fortunes_raw_postgres", |
| 29 | + "port": 8080, |
| 30 | + "approach": "Realistic", |
| 31 | + "classification": "Platform", |
| 32 | + "database": "Postgres", |
| 33 | + "framework": "cutelyst", |
| 34 | + "language": "C++", |
| 35 | + "orm": "Raw", |
| 36 | + "platform": "Qt", |
| 37 | + "webserver": "None", |
| 38 | + "os": "Linux", |
| 39 | + "database_os": "Linux", |
| 40 | + "display_name": "cutelyst-uwsgi-pg-raw", |
| 41 | + "notes": "", |
| 42 | + "versus": "" |
| 43 | + }, |
| 44 | + "mysql-raw": { |
| 45 | + "setup_file": "setup", |
| 46 | + "db_url": "/db_mysql", |
| 47 | + "query_url": "/query_mysql?queries=", |
| 48 | + "update_url": "/updates_mysql?queries=", |
| 49 | + "fortune_url": "/fortunes_raw_mysql", |
| 50 | + "port": 8080, |
| 51 | + "approach": "Realistic", |
| 52 | + "classification": "Platform", |
| 53 | + "database": "MySQL", |
| 54 | + "framework": "cutelyst", |
| 55 | + "language": "C++", |
| 56 | + "orm": "Raw", |
| 57 | + "platform": "Qt", |
| 58 | + "webserver": "None", |
| 59 | + "os": "Linux", |
| 60 | + "database_os": "Linux", |
| 61 | + "display_name": "cutelyst-uwsgi-mysql-raw", |
| 62 | + "notes": "", |
| 63 | + "versus": "" |
| 64 | + }, |
| 65 | + "nginx": { |
| 66 | + "setup_file": "setup_uwsgi_nginx", |
| 67 | + "json_url": "/json", |
| 68 | + "plaintext_url": "/plaintext", |
| 69 | + "port": 8080, |
| 70 | + "approach": "Realistic", |
| 71 | + "classification": "Fullstack", |
| 72 | + "database": "None", |
| 73 | + "framework": "cutelyst", |
| 74 | + "language": "C++", |
| 75 | + "orm": "Raw", |
| 76 | + "platform": "Qt", |
| 77 | + "webserver": "None", |
| 78 | + "os": "Linux", |
| 79 | + "database_os": "Linux", |
| 80 | + "display_name": "cutelyst-uwsgi-nginx", |
| 81 | + "notes": "", |
| 82 | + "versus": "" |
| 83 | + }, |
| 84 | + "nginx-postgres-raw": { |
| 85 | + "setup_file": "setup_uwsgi_nginx", |
| 86 | + "db_url": "/db_postgres", |
| 87 | + "query_url": "/query_postgres?queries=", |
| 88 | + "update_url": "/updates_postgres?queries=", |
| 89 | + "fortune_url": "/fortunes_raw_postgres", |
| 90 | + "port": 8080, |
| 91 | + "approach": "Realistic", |
| 92 | + "classification": "Platform", |
| 93 | + "database": "Postgres", |
| 94 | + "framework": "cutelyst", |
| 95 | + "language": "C++", |
| 96 | + "orm": "Raw", |
| 97 | + "platform": "Qt", |
| 98 | + "webserver": "None", |
| 99 | + "os": "Linux", |
| 100 | + "database_os": "Linux", |
| 101 | + "display_name": "cutelyst-uwsgi-nginx-pg-raw", |
| 102 | + "notes": "", |
| 103 | + "versus": "" |
| 104 | + }, |
| 105 | + "nginx-mysql-raw": { |
| 106 | + "setup_file": "setup_uwsgi_nginx", |
| 107 | + "db_url": "/db_mysql", |
| 108 | + "query_url": "/query_mysql?queries=", |
| 109 | + "update_url": "/updates_mysql?queries=", |
| 110 | + "fortune_url": "/fortunes_raw_mysql", |
| 111 | + "port": 8080, |
| 112 | + "approach": "Realistic", |
| 113 | + "classification": "Platform", |
| 114 | + "database": "MySQL", |
| 115 | + "framework": "cutelyst", |
| 116 | + "language": "C++", |
| 117 | + "orm": "Raw", |
| 118 | + "platform": "Qt", |
| 119 | + "webserver": "None", |
| 120 | + "os": "Linux", |
| 121 | + "database_os": "Linux", |
| 122 | + "display_name": "cutelyst-uwsgi-nginx-mysql-raw", |
| 123 | + "notes": "", |
| 124 | + "versus": "" |
| 125 | + } |
| 126 | + }] |
| 127 | +} |
0 commit comments