Added the script used to compare performance.

This commit is contained in:
Salvador E. Tropea 2020-07-22 17:43:12 -03:00
parent c3ae2be7c3
commit 648724f886
2 changed files with 6 additions and 0 deletions

2
experiments/speed/run.sh Executable file
View File

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

View File

@ -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");
}