Skip to content

Commit

Permalink
Update release experiment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gofraser committed Dec 29, 2016
1 parent e524ed2 commit ba19123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions release_results/script/experiments_shef.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@


# How to run EvoSuite
EVOSUITE="java -Xmx400M -jar /fastdata/ac1gf/release_results/evosuite-master-1.0.1-SNAPSHOT.jar"
EVOSUITE="java -Xmx400M -jar /fastdata/ac1gf/release_results/evosuite-master-1.0.4-SNAPSHOT.jar"

# Location of SF110
CASESTUDY_DIR="/data/ac1gf/sf110"

CONFIG_NAME = "1.0.1"
CONFIG_NAME = "1.0.4"

EXPERIMENT_NAME="EvoSuite"

Expand All @@ -35,9 +35,8 @@ def getScriptHead():
s += "#$ -l h_rt=8:00:00\n"
s += "#$ -l mem=8G\n"
s += "#$ -l rmem=4G\n"
s += "module load apps/java/1.7.0u55\n"
s += "module load apps/java/1.8u71\n"
s += "export MALLOC_ARENA_MAX=1\n"
s += "export JAVA_HOME=/data/ac1gf/jdk1.8.0_51/\n"
s += "export PATH=$JAVA_HOME/bin:$PATH\n"
s += "export _JAVA_OPTIONS=-Xmx1500M\n"
return s
Expand Down
2 changes: 1 addition & 1 deletion release_results/script/generateHtml.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source("util.R")

VERSION = "1_0_3"
VERSION = "1_0_4"

GENERATED_FILES = paste("../generated_files","/",VERSION,sep="")
SELECTION_FILE = paste("../generated_files","/","selection.txt",sep="")
Expand Down

0 comments on commit ba19123

Please sign in to comment.