From: Claudio Sacerdoti Coen Date: Tue, 3 Oct 2006 11:49:19 +0000 (+0000) Subject: No more benches without gc. X-Git-Tag: 0.4.95@7852~943 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=21d1796818554923378d0feb3eec1df907b41580;p=helm.git No more benches without gc. --- diff --git a/matita/scripts/profile_svn.sh b/matita/scripts/profile_svn.sh index 4c415e0d3..70656ad1f 100755 --- a/matita/scripts/profile_svn.sh +++ b/matita/scripts/profile_svn.sh @@ -29,8 +29,8 @@ function run_tests { LOCALOLD=$PWD cd $1 ./matitaclean all - export OCAMLRUNPARAM='o=100000' - testit "gc-off" + #export OCAMLRUNPARAM='o=100000' + #testit "gc-off" export OCAMLRUNPARAM='' testit "gc-on" cd $LOCALOLD