Added the script used to compare performance.
This commit is contained in:
parent
c3ae2be7c3
commit
648724f886
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
time perl test.pl
|
||||
|
|
@ -0,0 +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");
|
||||
}
|
||||
Loading…
Reference in New Issue