This commit is contained in:
parent
f5b6b3cc9a
commit
c34ed3aa83
|
@ -14,7 +14,7 @@ go build -o ./build/joj3 ./cmd/joj3
|
||||||
+ cd ./_example/simple
|
+ cd ./_example/simple
|
||||||
+ ./../../build/joj3
|
+ ./../../build/joj3
|
||||||
+ cat ./joj3_result.json
|
+ cat ./joj3_result.json
|
||||||
[{"Name":"compile","ParserResults":[{"Score":100,"Comment":"compile done, executor status: run time: 274901520 ns, memory: 57880576 bytes"}]},{"Name":"run","ParserResults":[{"Score":100,"Comment":"executor status: run time: 2343025 ns, memory: 13225984 bytes"},{"Score":0,"Comment":"executor status: run time: 2071433 ns, memory: 14544896 bytes"}]}]
|
[{"Name":"compile","ParserResults":[{"Score":100,"Comment":"compile done, executor status: run time: 265269232 ns, memory: 57790464 bytes"}]},{"Name":"run","ParserResults":[{"Score":100,"Comment":"executor status: run time: 2033735 ns, memory: 13225984 bytes"},{"Score":100,"Comment":"executor status: run time: 3117399 ns, memory: 14548992 bytes"}]}]
|
||||||
+ rm -f ./joj3_result.json
|
+ rm -f ./joj3_result.json
|
||||||
+ cd -
|
+ cd -
|
||||||
```
|
```
|
||||||
|
|
|
@ -49,7 +49,7 @@ name = "stderr"
|
||||||
max = 4_096
|
max = 4_096
|
||||||
[[stages.executor.with.cases]]
|
[[stages.executor.with.cases]]
|
||||||
[[stages.executor.with.cases.files]]
|
[[stages.executor.with.cases.files]]
|
||||||
src = "1.stdin"
|
src = "2.stdin"
|
||||||
[[stages.executor.with.cases.files]]
|
[[stages.executor.with.cases.files]]
|
||||||
name = "stdout"
|
name = "stdout"
|
||||||
max = 4_096
|
max = 4_096
|
||||||
|
|
Loading…
Reference in New Issue
Block a user