chore: add rust build and bench scripts
This commit is contained in:
parent
7bcdddbf40
commit
824c350cda
1 changed files with 6 additions and 0 deletions
|
@ -1,2 +1,8 @@
|
|||
@build-rust:
|
||||
cd rust && cargo build --release
|
||||
|
||||
@run-rust:
|
||||
cd rust && cargo run --quiet < ../input.txt
|
||||
|
||||
@bench-rust: build-rust
|
||||
hyperfine './rust/target/release/playground < ./input.txt'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue