nit benchmarks improvement
This commit is contained in:
@@ -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 (_) {
|
||||
|
||||
Reference in New Issue
Block a user