-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
18 lines (13 loc) · 714 Bytes
/
Makefile
File metadata and controls
18 lines (13 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test:
clear && cargo test --release -- # --nocapture
lock_server_stress_test:
clear && cargo test --release -- lock_server_loop --nocapture --include-ignored
coordinator_failure_stress_test_3:
clear && cargo test --release -- coordinator_recovery_3_loop --nocapture --include-ignored
coordinator_failure_stress_test_7:
clear && cargo test --release -- coordinator_recovery_7_loop --nocapture --include-ignored
bench:
clear && cargo test throughput_3_ser --release -- --nocapture
maelstrom:
cargo build --release --features maelstrom --bin maelstrom
maelstrom test -w lin-kv --bin target/release/maelstrom --latency 0 --rate 10 --time-limit 90 --concurrency 20 --nemesis partition --nemesis-interval 20