From 3c15bc5a9831eddb860957e99fd91e3c3bb2b1b4 Mon Sep 17 00:00:00 2001 From: chortas Date: Mon, 24 Jan 2022 18:55:24 -0300 Subject: [PATCH] Add rule to makefile time-gen --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 876955e..b4742c9 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,7 @@ perf: binaries cd tests/performance && python3 connectivity.py test-gen: fftma - cd tests/stages/generation && python3 -m unittest test.py \ No newline at end of file + cd tests/stages/generation && python3 -m unittest test.py + +time-gen: fftma + cd tests/performance/generation && python3 time.py $(N) \ No newline at end of file