We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a9db5 commit 96abf73Copy full SHA for 96abf73
benchmark/src/main.rs
@@ -33,7 +33,7 @@ struct WorkerCli {
33
34
fn main() {
35
let cli = WorkerCli::parse();
36
- let port = cli.driver_port0.unwrap_or(cli.driver_port1.unwrap_or(32766));
+ let port = cli.driver_port0.unwrap_or(cli.driver_port1.unwrap_or(8080));
37
38
let _log_guard = init_log(
39
env::var(LOG_FILE)
0 commit comments