]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/scripts/profile_svn.sh
No more benches without gc.
[helm.git] / helm / software / matita / scripts / profile_svn.sh
index 4c415e0d32198b15837c67a1cbdff20ab845cddb..70656ad1f36cebb5f51828d4bba45a1df2a4f90c 100755 (executable)
@@ -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