Skip to content

Commit 2f81ed5

Browse files
committed
Improve file paths
1 parent c763ff9 commit 2f81ed5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

benchmarks/json-parsers/setup.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
gh repo clone kaleidawave/depict
2-
cd depict
1+
gh repo clone kaleidawave/depict depict-tool
2+
cd depict-tool
33
git checkout cli-improvements
44
cargo build
5-
mv target/debug/depict ~
6-
cd ~
5+
mv target/debug/depict ..
6+
cd ..
77

88
gh repo clone kaleidawave/simple-json-parser
99
cd simple-json-parser
1010
git checkout improvements
1111
cargo b --release --example parse
12-
mv target/release/examples/parse ~
12+
mv target/release/examples/parse ..
13+
cd ..

0 commit comments

Comments
 (0)