public
Description: Batteries Included
Homepage: http://forge.ocamlcore.org/projects/batteries/
Clone URL: git://github.com/thelema/batteries.git
rename _e / _g -> _extlib / _gallium
thelema (author)
Mon Oct 06 05:30:42 -0700 2008
commit  68ca7e04a0000f4a6e5b1f9c1d07571b3e9aec5b
tree    e4ff1c302fdfd765aa15f45d76110f60576bc870
parent  da6acc4e8c2481502415e95aae813e8c3c184053
...
7
8
9
10
11
12
13
 
 
 
 
14
15
16
...
20
21
22
23
24
 
 
25
26
27
...
7
8
9
 
 
 
 
10
11
12
13
14
15
16
...
20
21
22
 
 
23
24
25
26
27
0
@@ -7,10 +7,10 @@ for a in byte
0
 do
0
     for b in $TESTS
0
     do
0
- echo -n ${b}_g.$a,
0
- ./t_list.$a ${b}_g | tee data/${b}_g.$a
0
- echo -n ${b}_e.$a,
0
- ./t_list.$a ${b}_e | tee data/${b}_e.$a
0
+# echo -n ${b}_g.$a,
0
+ ./t_list.$a -s 200 ${b}_g | tee data/${b}_gallium.$a
0
+# echo -n ${b}_e.$a,
0
+ ./t_list.$a -s 200 ${b}_e | tee data/${b}_extlib.$a
0
     done
0
 done
0
 
0
@@ -20,7 +20,7 @@ for a in byte
0
 do
0
     for b in $TESTS
0
     do
0
- G_PRE="set logscale x; set logscale y; set terminal png;"
0
- echo "$G_PRE set output \"$b.$a.png\"; plot \"$b-e.$a\" w lp, \"$b-g.$a\" w lp" | gnuplot
0
+ G_PRE="set logscale x; set logscale y; set terminal png; set xlabel \"List Length\"; set ylabel \"actions per second\";"
0
+ echo "$G_PRE set output \"$b.$a.png\"; plot \"${b}_extlib.$a\" w lp, \"${b}_gallium.$a\" w lp" | gnuplot
0
     done
0
 done
0
\ No newline at end of file

Comments

    No one has commented yet.