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