浏览代码

Only run solutions in benchmark script

Taddeus Kroes 7 年之前
父节点
当前提交
dd33b94bac
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"