From e7d1a85be59121ac2cc448fbd99ce26821cc6e59 Mon Sep 17 00:00:00 2001 From: cos Date: Thu, 12 Dec 2019 17:33:35 +0100 Subject: Add measurement of peak memory usage --- 2019/rust/day10/both_parts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2019/rust/day10') diff --git a/2019/rust/day10/both_parts.sh b/2019/rust/day10/both_parts.sh index 68b03ce..fc8264d 100755 --- a/2019/rust/day10/both_parts.sh +++ b/2019/rust/day10/both_parts.sh @@ -1,2 +1,2 @@ -../target/release/day10 < input +$VG ../target/release/day10 < input -- cgit v1.2.3