update grouping solver avg ranking and add biggest ranking

This commit is contained in:
Matthieu Jolimaitre 2024-10-26 16:49:29 +02:00
parent 40d06b0fa4
commit 0abb5d1d62
4 changed files with 43 additions and 15 deletions

View file

@ -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();
}