Sfoglia il codice sorgente

Only run solutions in benchmark script

Taddeus Kroes 7 anni fa
parent
commit
dd33b94bac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      runall.sh

+ 1 - 1
runall.sh

@@ -2,7 +2,7 @@
 interp=${1-python3}
 trap exit SIGINT
 i=1
-for f in *.py
+for f in [012]*.py
 do
     echo "-- problem $i -----------------------------------"
     cmd="`which time` -f 'elapsed: %E' $interp $f"