From fa91868d47c4325b3cacd90522d640c68edf62b6 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 18 Oct 2024 14:34:26 +0800 Subject: [PATCH] Update JOJ3 Configuration For TAs --- JOJ3-Configuration-For-TAs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 3e7e221..20f5182 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -105,7 +105,7 @@ the next table is defined. - `files.export [array of string]`: list of generated files to export to ensure future commands run as expected (eg. binaries needed for online-judge stages) - `name [string]`: stage name to display (default: `stagename`) - - `parsers [array of string]`: list of parsers to run on the output of `command` + - `parsers [array of string]`: list of parsers to run on the output of `command` (default: `[ "result-status" ]`) - `limit.cpu [int]`: maximum running time for the stage in sec (default: `4`) - `limit.mem [int]`: maximum amount of RAM allowed for the stage in MB (default: `4`) - `limit.stdout [int]`: default `stdout` size applicable to the stage in kB (default: `4`)