From 186087b2010f7f2b9631a28b80527d99b751b882 Mon Sep 17 00:00:00 2001 From: Aria Date: Mon, 2 Oct 2023 14:03:06 +0100 Subject: unique ids challenge --- Justfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Justfile') 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 -- cgit v1.2.3