forked from rc2sql/rc2sql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexps_suspa.sh
executable file
·52 lines (41 loc) · 1.07 KB
/
exps_suspa.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
to=400
small=1000
big=10000
ulimit -s 1048576
. "./functions.sh"
prefix="/home/rcsql"
seeds="0 1 2 3 4 5"
./amazon/gen_test "/home/rcsql/z_0" 1 0 "${small}" 2 1 0
./amazon/gen_test "/home/rcsql/z_1" 1 0 "${big}" 2 1 0
./amazon/gen_test "/home/rcsql/z_2" 1 1 "${small}" 2 1 0
./amazon/gen_test "/home/rcsql/z_3" 1 1 "${big}" 2 1 0
./amazon/gen_test "/home/rcsql/z_4" 2 0 "${small}" 2 1 0
./amazon/gen_test "/home/rcsql/z_5" 2 0 "${big}" 2 1 0
echo -n "\\multicolumn{1}{r@{\\cspace}|@{\\cspace}}{\\trtime}"
echo -n "&"
echo -n "\\multicolumn{2}{c|@{\\cspace}}{"
runNoTO "./src/rtrans.native z_0"
echo -n "}"
echo -n "&"
echo -n "\\multicolumn{2}{c|@{\\cspace}}{"
runNoTO "./src/rtrans.native z_2"
echo -n "}"
echo -n "&"
echo -n "\\multicolumn{2}{c}{"
runNoTO "./src/rtrans.native z_4"
echo -n "}"
echo "\\\\"
echo "\\hline"
for i in {0..5}
do
init > /dev/null
done
line "\\tool" run01APSQL
line "\\toolnonopt" run01SPSQL
line "\\vgtool" run02APSQL
line "\\vgtoolnonopt" run02SPSQL
echo "\\hline"
#line "\\ail" run03
line "\\ddd" run04DDD
line "\\ldd" run04LDD
line "\\mpreg" run05