All checks were successful
build / build (push) Successful in 2m1s
- added support for subfolders - complete the duplication for `*.toml` file, now ta only need to specify the param for the specific one. default values are hardcoded - all testcases should be named as `casei.in/out`, with no interactions in their name in each of the subfolders, (for hidden cases and non-hidden cases, just change position and run again) Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn> Reviewed-on: #13 Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn> Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn> Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
41 lines
963 B
TOML
41 lines
963 B
TOML
# general task configuration
|
|
task.name = "hw7 ex2" # task name
|
|
|
|
release.end_time = 2024-12-30 23:59:59+08:00
|
|
release.begin_time = 2024-12-29 23:59:59+08:00
|
|
|
|
[[stages]]
|
|
name = "[joj] ex2-asan"
|
|
command="./h7/build/ex2-asan -a"
|
|
files.import = [ "h7/build/ex2-asan" ]
|
|
limit.mem = "65m"
|
|
|
|
parsers = [ "diff", "result-detail" ]
|
|
result-detail.exitstatus = true
|
|
result-detail.stderr = true
|
|
|
|
# will be removed as long as the name is fixed
|
|
case0.diff.output.score = 5
|
|
case0.limit.cpu = "1s"
|
|
case0.limit.mem = "2m"
|
|
case0.diff.output.ignore_spaces = true
|
|
#case0.limit.stdout = 8
|
|
#case0.command = "./h7/build/ex2"
|
|
case0.in = "case0.in"
|
|
|
|
case1.diff.output.score = 123214122421
|
|
case1.limit.cpu = "2s"
|
|
case1.limit.mem = "4m"
|
|
case1.diff.output.ignore_spaces = true
|
|
#case1.limit.stdout = 8
|
|
#case1.command = "./h7/build/ex2"
|
|
case1.in = "case1.in"
|
|
|
|
case9.diff.output.score = 1232131
|
|
|
|
case11.diff.output.score = 92321
|
|
|
|
case10.diff.output.score = 823131
|
|
|
|
case5.diff.output.score = 2590
|