From 21d1796818554923378d0feb3eec1df907b41580 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 3 Oct 2006 11:49:19 +0000 Subject: [PATCH] No more benches without gc. --- matita/scripts/profile_svn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2