summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-10-02 14:03:06 +0100
committerAria <me@aria.rip>2023-10-02 14:03:06 +0100
commit186087b2010f7f2b9631a28b80527d99b751b882 (patch)
tree79e02c254cbeb5e0d981dccb51cd77cf4959d71a /Justfile
parente189bb3ec7a355e314895a77d3ed25c393cf042b (diff)
unique ids challenge
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Justfile b/Justfile
index 940098a..c5ebfda 100644
--- a/Justfile
+++ b/Justfile
@@ -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