From: Johannes Middeke Date: Tue, 10 May 2016 18:02:13 +0000 (-0400) Subject: Fixed factor script and added new HTML generation script. X-Git-Url: http://git.risc.jku.at/gitweb/?a=commitdiff_plain;h=ce03d065cec448d1283ba99a46e57ae01d8b8f4c;p=jmiddeke%2FLU.git Fixed factor script and added new HTML generation script. --- diff --git a/factors.sh b/factors.sh index 3847de1..d45266f 100644 --- a/factors.sh +++ b/factors.sh @@ -11,24 +11,24 @@ do for I in `seq 5 5 80` do ./test.native --factors --size $I --times 10 \ - >> DATA.degrees.$N + >> DATA.factors.$N done # Clean up results echo 'let data = [' \ - > dataDEGREES.ml + > dataFACTORS.ml cat DATA.* \ | sed 's/[a-z =]//g' \ | cut -d, -f1,3,5 \ | sed 's/\.$/;/' \ - >> dataDEGREES.ml + >> dataFACTORS.ml echo ']' \ - >> dataDEGREES.ml + >> dataFACTORS.ml # Generate an deploy HTML - ocaml makeHTMLdegrees.ml --samples $N \ + ocaml makeHTMLfactors.ml --samples $N \ > BareissTMP.html scp Bareiss*.html jmiddeke@www:/home/www/people/jmiddeke/