Explorar o código

Only run solutions in benchmark script

Taddeus Kroes %!s(int64=7) %!d(string=hai) anos
pai
achega
dd33b94bac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"