chore: rename dummy -> sample
This commit is contained in:
parent
a933d18dda
commit
ed17357671
10
conf.toml
10
conf.toml
|
@ -1,17 +1,17 @@
|
||||||
skipGitea = true
|
skipGitea = true
|
||||||
[[stages]]
|
[[stages]]
|
||||||
name = "dummy"
|
name = "sample"
|
||||||
[stages.executor]
|
[stages.executor]
|
||||||
name = "sandbox"
|
name = "sandbox"
|
||||||
[stages.executor.with.default]
|
[stages.executor.with.default]
|
||||||
args = ["./dummy", "--score", "100"]
|
args = ["./sample", "--score", "100"]
|
||||||
env = ["PATH=/usr/bin:/bin"]
|
env = ["PATH=/usr/bin:/bin"]
|
||||||
cpuLimit = 10_000_000_000
|
cpuLimit = 10_000_000_000
|
||||||
memoryLimit = 104_857_600
|
memoryLimit = 104_857_600
|
||||||
procLimit = 50
|
procLimit = 50
|
||||||
copyInCwd = true
|
copyInCwd = true
|
||||||
[stages.executor.with.default.copyIn.dummy]
|
[stages.executor.with.default.copyIn.sample]
|
||||||
src = "./../../../../../../build/dummy"
|
src = "./../../../../../../build/sample"
|
||||||
copyOut = ["stdout", "stderr"]
|
copyOut = ["stdout", "stderr"]
|
||||||
[stages.executor.with.default.stdin]
|
[stages.executor.with.default.stdin]
|
||||||
content = ""
|
content = ""
|
||||||
|
@ -22,7 +22,7 @@ max = 4_096
|
||||||
name = "stderr"
|
name = "stderr"
|
||||||
max = 4_096
|
max = 4_096
|
||||||
[stages.parser]
|
[stages.parser]
|
||||||
name = "dummy"
|
name = "sample"
|
||||||
[stages.parser.with]
|
[stages.parser.with]
|
||||||
score = 10
|
score = 10
|
||||||
comment = " + comment from toml conf"
|
comment = " + comment from toml conf"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
[{"name":"dummy","results":[{"score":110,"comment":"dummy comment + comment from toml conf"}],"force_quit":false}]
|
[{"name":"sample","results":[{"score":110,"comment":"sample comment + comment from toml conf"}],"force_quit":false}]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user