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 485d694 commit 5b3bbc7Copy full SHA for 5b3bbc7
clients/typescript/index.ts
@@ -20,7 +20,7 @@ function startWebsocket() {
20
const startTime = performance.now();
21
const result = await runner.run(solution, data);
22
const time = performance.now() - startTime;
23
- console.log(`result for ${solution} with runid ${runid}: ${result}`)
+ console.log(`result for ${solution} with runid ${runid} in ${time}: ${result}`)
24
ws.send(`aocclient:ts:result:${runid}:${time}:[${result[0]}, ${result[1]}]`);
25
}
26
});
0 commit comments