Add public comparison benchmarks and SSH import
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-12 14:27:58 -04:00
parent 063c44d971
commit 3a38a9da80
8 changed files with 422 additions and 28 deletions
+1
View File
@@ -66,6 +66,7 @@ pub struct HostConfig {
pub ssh: Option<String>,
pub dosh_host: Option<String>,
pub port: Option<u16>,
pub ssh_port: Option<u16>,
pub default_command: Option<String>,
pub predict: Option<bool>,
}