Add extra tests to README

improvement-file_array
chortas 3 years ago
parent e804201f10
commit 5ae4e0a28d

@ -18,18 +18,32 @@ make binaries
make run make run
``` ```
## Correr los casos de prueba ## Pruebas de integración
``` ```
make test make test
``` ```
## Pruebas unitarias
### Generacion
```
make test-gen
```
## Correr las pruebas de performance ## Correr las pruebas de performance
``` ```
make perf make perf
``` ```
### Obtener tiempos de generacion
```
make time-gen N=<tamaño>
```
## Instalar el binario FFTMA ## Instalar el binario FFTMA
``` ```
@ -44,4 +58,3 @@ El sistema actualmente se encuentra migrado a Python3 por lo que no se recomiend
./script_install_py2.sh ./script_install_py2.sh
``` ```

Loading…
Cancel
Save