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