From c34ed3aa83e1f46fb8168e963d33469a07ca8806 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 5 Mar 2024 01:43:42 -0500 Subject: [PATCH] fix: typo --- README.md | 2 +- _example/simple/conf.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63e269d..be9a5cf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ go build -o ./build/joj3 ./cmd/joj3 + cd ./_example/simple + ./../../build/joj3 + 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 + cd - ``` diff --git a/_example/simple/conf.toml b/_example/simple/conf.toml index 82fb253..d8c0580 100644 --- a/_example/simple/conf.toml +++ b/_example/simple/conf.toml @@ -49,7 +49,7 @@ name = "stderr" max = 4_096 [[stages.executor.with.cases]] [[stages.executor.with.cases.files]] -src = "1.stdin" +src = "2.stdin" [[stages.executor.with.cases.files]] name = "stdout" max = 4_096