()
| 188 | switch("--release"), |
| 189 | optional_value("--csv-profile"), |
| 190 | value("--host"), |
| 191 | value("--port"), |
| 192 | switch("--headless"), |
| 193 | switch("--demo"), |
| 194 | value("--sim"), |
| 195 | ]; |
| 196 | const BENCH: &[FlagSpec] = &[ |
| 197 | value("--path"), |
| 198 | value("--script"), |
| 199 | value("--method"), |
no test coverage detected