Add rule to makefile time-gen

improvement-chunk_array
chortas 3 years ago
parent 8f837bcdea
commit 3c15bc5a98

@ -19,4 +19,7 @@ perf: binaries
cd tests/performance && python3 connectivity.py
test-gen: fftma
cd tests/stages/generation && python3 -m unittest test.py
cd tests/stages/generation && python3 -m unittest test.py
time-gen: fftma
cd tests/performance/generation && python3 time.py $(N)
Loading…
Cancel
Save