Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Apr 3, 2024
1 parent 5d3b7c4 commit e812bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ test: build
cargo test -- --test-threads=1

search:
cargo run --example uechosearch -v
cargo run --bin uechosearch -v

post:
cargo run --example uechopost -v
cargo run --bin uechopost -v

mono:
cargo run --example monolight -v

bench:
cargo run --example uechobench -v -- -n 10000
cargo run --bin uechobench -v -- -n 10000

watchtest:
fswatch -o . -e ".*" -i "\\.rs$$" | xargs -n1 -I{} make test

0 comments on commit e812bdf

Please sign in to comment.