|
37 | 37 | "notes": "",
|
38 | 38 | "versus": ""
|
39 | 39 | },
|
| 40 | + "default": { |
| 41 | + "json_url": "/json", |
| 42 | + "plaintext_url": "/plaintext", |
| 43 | + "port": 8080, |
| 44 | + "approach": "Realistic", |
| 45 | + "classification": "Micro", |
| 46 | + "database": "Postgres", |
| 47 | + "framework": "ntex", |
| 48 | + "language": "Rust", |
| 49 | + "orm": "Raw", |
| 50 | + "platform": "None", |
| 51 | + "webserver": "ntex", |
| 52 | + "os": "Linux", |
| 53 | + "database_os": "Linux", |
| 54 | + "display_name": "ntex [default]", |
| 55 | + "notes": "", |
| 56 | + "versus": "" |
| 57 | + }, |
40 | 58 | "db": {
|
41 | 59 | "fortune_url": "/fortunes",
|
42 | 60 | "db_url": "/db",
|
|
77 | 95 | "notes": "",
|
78 | 96 | "versus": ""
|
79 | 97 | },
|
| 98 | + "db-default": { |
| 99 | + "fortune_url": "/fortunes", |
| 100 | + "db_url": "/db", |
| 101 | + "query_url": "/query?q=", |
| 102 | + "update_url": "/update?q=", |
| 103 | + "port": 8080, |
| 104 | + "approach": "Realistic", |
| 105 | + "classification": "Micro", |
| 106 | + "database": "Postgres", |
| 107 | + "framework": "ntex", |
| 108 | + "language": "Rust", |
| 109 | + "orm": "Raw", |
| 110 | + "platform": "None", |
| 111 | + "webserver": "ntex", |
| 112 | + "os": "Linux", |
| 113 | + "database_os": "Linux", |
| 114 | + "display_name": "ntex [default,db]", |
| 115 | + "notes": "", |
| 116 | + "versus": "" |
| 117 | + }, |
80 | 118 | "plt": {
|
81 | 119 | "json_url": "/json",
|
82 | 120 | "plaintext_url": "/plaintext",
|
|
112 | 150 | "display_name": "ntex [compio,platform]",
|
113 | 151 | "notes": "",
|
114 | 152 | "versus": ""
|
| 153 | + }, |
| 154 | + "plt-default": { |
| 155 | + "json_url": "/json", |
| 156 | + "plaintext_url": "/plaintext", |
| 157 | + "port": 8080, |
| 158 | + "approach": "Realistic", |
| 159 | + "classification": "Platform", |
| 160 | + "database": "Postgres", |
| 161 | + "framework": "ntex", |
| 162 | + "language": "Rust", |
| 163 | + "orm": "Raw", |
| 164 | + "platform": "None", |
| 165 | + "webserver": "ntex", |
| 166 | + "os": "Linux", |
| 167 | + "database_os": "Linux", |
| 168 | + "display_name": "ntex [default,platform]", |
| 169 | + "notes": "", |
| 170 | + "versus": "" |
115 | 171 | }
|
116 | 172 | }]
|
117 | 173 | }
|
0 commit comments