From 205e23b5e584509d703cbabdfb4b286b853fbcf9 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 21 Oct 2024 14:09:18 +0800 Subject: [PATCH] Update JOJ3 Configuration For TAs --- JOJ3-Configuration-For-TAs.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 02adfc9..f0b7da2 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -325,7 +325,8 @@ result-detail.stdout = true result-detail.time = false result-detail.mem = false -[judge-base] +[[stages]] +name = "judge-base" command="./driver ./mumsh" limit.cpu = 3 limit.mem = 75 @@ -345,7 +346,8 @@ case5.score = 25 case8.limit.stderr = 128 -[judge-msan] +[[stages]] +name = "judge-msan" command="./driver ./mumsh-msan" limit.cpu = 10 # default cpu limit (in sec) for each test case limit.mem = 500 # set default mem limit (in MB) for all OJ test cases