Updated the scripts to meassure the speed.

This commit is contained in:
Salvador E. Tropea 2020-10-16 20:23:10 -03:00
parent 17e75236da
commit 8dd92022f8
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
time perl test.pl

View File

@ -1,4 +1,4 @@
for ($i=0; $i<100; $i++)
{
system("src/kiplot -b tests/board_samples/good-project.kicad_pcb -c tests/yaml_samples/simple_position_csv.kiplot.yaml -d pp");
system("../../src/kiplot -b ../../tests/board_samples/kicad_5/good-project.kicad_pcb -c ../../tests/yaml_samples/simple_position_csv.kibot.yaml -d pp");
}