提交 e2ee72a7 authored 作者: Frederic's avatar Frederic

make the buildbot FAST_COMPILE tests run with --batch=1000 to test it.

上级 d512bc1a
...@@ -53,8 +53,8 @@ if [ "$RELEASE" ]; then ...@@ -53,8 +53,8 @@ if [ "$RELEASE" ]; then
ls ${COMPILEDIR}|wc -l ls ${COMPILEDIR}|wc -l
fi fi
echo "Executing nosetests with mode=FAST_COMPILE" echo "Executing nosetests with mode=FAST_COMPILE with --batch=1000"
THEANO_FLAGS=${FLAGS},mode=FAST_COMPILE ${NOSETESTS} ${ARGS} THEANO_FLAGS=${FLAGS},mode=FAST_COMPILE ${NOSETESTS} --batch=1000 ${ARGS}
echo "Number of elements in the compiledir:" echo "Number of elements in the compiledir:"
ls ${COMPILEDIR}|wc -l ls ${COMPILEDIR}|wc -l
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论