Updated the scripts to meassure the speed.
This commit is contained in:
parent
17e75236da
commit
8dd92022f8
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
time perl test.pl
|
time perl test.pl
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
for ($i=0; $i<100; $i++)
|
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");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue