From 01b13b3ab8850f926f81347a7149e92649083dae Mon Sep 17 00:00:00 2001 From: Aria Date: Thu, 19 Oct 2023 23:32:20 +0100 Subject: remove unnecessary echos --- Justfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Justfile') diff --git a/Justfile b/Justfile index 214fa97..6bd750c 100644 --- a/Justfile +++ b/Justfile @@ -21,10 +21,7 @@ test-broadcast-fault: test-broadcast-efficient: cargo build --bin broadcast maelstrom test -w broadcast --bin target/debug/broadcast --node-count 25 --time-limit 20 --rate 100 --latency 100 - echo "---" sed -n '/:net/{:start /.*:valid? true}/!{N;b start};/.*/p}' store/latest/results.edn - echo "---" sed -n '/:stable-latencies/{:start /.*1.*}/!{N;b start};/.*/p}' store/latest/results.edn - echo "---" test: test-echo test-unique-ids test-broadcast-single test-broadcast-multi \ No newline at end of file -- cgit v1.2.3