update grouping solver avg ranking and add biggest ranking
This commit is contained in:
parent
40d06b0fa4
commit
0abb5d1d62
4 changed files with 43 additions and 15 deletions
2
loop.ts
2
loop.ts
|
@ -24,7 +24,7 @@ async function main() {
|
|||
}
|
||||
|
||||
function run() {
|
||||
const [cmd, ...args] = ["cargo", "run", "--release"];
|
||||
const [cmd, ...args] = ["cargo", "run", "--release", "--bin=proxy"];
|
||||
return new Deno.Command(cmd, { args, stdin: "inherit", stderr: "null" })
|
||||
.spawn();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue