Update JOJ3 Configuration For TAs
parent
9089d81e42
commit
205e23b5e5
|
@ -325,7 +325,8 @@ result-detail.stdout = true
|
||||||
result-detail.time = false
|
result-detail.time = false
|
||||||
result-detail.mem = false
|
result-detail.mem = false
|
||||||
|
|
||||||
[judge-base]
|
[[stages]]
|
||||||
|
name = "judge-base"
|
||||||
command="./driver ./mumsh"
|
command="./driver ./mumsh"
|
||||||
limit.cpu = 3
|
limit.cpu = 3
|
||||||
limit.mem = 75
|
limit.mem = 75
|
||||||
|
@ -345,7 +346,8 @@ case5.score = 25
|
||||||
|
|
||||||
case8.limit.stderr = 128
|
case8.limit.stderr = 128
|
||||||
|
|
||||||
[judge-msan]
|
[[stages]]
|
||||||
|
name = "judge-msan"
|
||||||
command="./driver ./mumsh-msan"
|
command="./driver ./mumsh-msan"
|
||||||
limit.cpu = 10 # default cpu limit (in sec) for each test case
|
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
|
limit.mem = 500 # set default mem limit (in MB) for all OJ test cases
|
||||||
|
|
Loading…
Reference in New Issue
Block a user