diff options
author | Aria <me@aria.rip> | 2023-10-02 14:03:06 +0100 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-02 14:03:06 +0100 |
commit | 186087b2010f7f2b9631a28b80527d99b751b882 (patch) | |
tree | 79e02c254cbeb5e0d981dccb51cd77cf4959d71a /Justfile | |
parent | e189bb3ec7a355e314895a77d3ed25c393cf042b (diff) |
unique ids challenge
Diffstat (limited to 'Justfile')
-rw-r--r-- | Justfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ test-echo: cargo build --bin echo - maelstrom test -w echo --bin target/debug/echo --node-count 1 --time-limit 10
\ No newline at end of file + maelstrom test -w echo --bin target/debug/echo --node-count 1 --time-limit 10 + +test-unique-ids: + cargo build --bin unique_ids + maelstrom test -w unique-ids --bin target/debug/unique_ids --time-limit 30 --rate 1000 --node-count 3 --availability total --nemesis partition |