-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile
30 lines (24 loc) · 1.04 KB
/
makefile
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
DIR := ${CURDIR}
all:
mvn compile assembly:single
mvn test-compile
run:
java -Dproject_home=${DIR} \
-classpath target/test-classes:target/quickSel-0.1-jar-with-dependencies.jar \
-Xmx256g -Xms32g edu.illinois.quicksel.experiments.Test isomer dom1000 skew1.0_corr1.0 vood 1000 1000000
exp_speed:
java -Dproject_home=${DIR} \
-classpath target/test-classes:target/quickSel-0.1-jar-with-dependencies.jar \
-Xmx8g -Xms1g edu.illinois.quicksel.experiments.SpeedComparison
exp_dmv:
java -Dproject_home=${DIR} \
-classpath target/test-classes:target/quickSel-0.1-jar-with-dependencies.jar \
-Xmx32g -Xms1g edu.illinois.quicksel.experiments.DMVSpeedComparison
exp_instacart:
java -Dproject_home=${DIR} \
-classpath target/test-classes:target/quickSel-0.1-jar-with-dependencies.jar \
-Xmx32g -Xms1g edu.illinois.quicksel.experiments.InstacartSpeedComparison
exp_scan:
java -Dproject_home=${DIR} \
-classpath target/test-classes:target/quickSel-0.1-jar-with-dependencies.jar \
-Xmx32g -Xms1g edu.illinois.quicksel.experiments.PerAttAndSamplingTest