nit benchmarks improvement

This commit is contained in:
Ruben Fiszel
2025-02-17 21:54:58 +01:00
parent a034c3ff28
commit 9093f57d12
+1 -1
View File
@@ -26,7 +26,7 @@ async function verifyOutputs(uuids: string[], workspace: string) {
incorrectResults++;
}
if (job.result !== uuid) {
console.log(`Job ${uuid} did not output the correct value`);
console.log(`Job ${uuid} did not output the correct value: ${JSON.stringify(job.result)}`);
incorrectResults++;
}
} catch (_) {