Skip to content

Commit

Permalink
Make thread-witnesses limits and naming consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Apr 11, 2023
1 parent 198d420 commit 7b3db36
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion thread-witnesses/mt/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
shopt -s extglob

MYBENCHDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
RESULTSDIR=$MYBENCHDIR/../../../results/mt-900-2
RESULTSDIR=$MYBENCHDIR/../../../results/mt
OURTOOLPARALLEL=4
VALIDATEPARALLEL=4

Expand Down
2 changes: 1 addition & 1 deletion thread-witnesses/st-cross/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shopt -s extglob

MYBENCHDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
AUTOACTIVEDIR=$MYBENCHDIR/../../../autoactive
RESULTSDIR=$MYBENCHDIR/../../../results/st-cross-self-location
RESULTSDIR=$MYBENCHDIR/../../../results/st-cross
OURTOOLPARALLEL=4
CPACHECKERPARALLEL=4
VALIDATEPARALLEL=4
Expand Down
2 changes: 1 addition & 1 deletion thread-witnesses/st-lit/ourtool-validate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE benchmark PUBLIC "+//IDN sosy-lab.org//DTD BenchExec benchmark 1.9//EN" "https://www.sosy-lab.org/benchexec/benchmark-1.9.dtd">
<benchmark tool="goblint" timelimit="60 s" hardtimelimit="64 s" memlimit="1 GB" cpuCores="1">
<benchmark tool="goblint" timelimit="900 s" hardtimelimit="960 s" memlimit="6 GB" cpuCores="1">

<resultfiles></resultfiles>

Expand Down
2 changes: 1 addition & 1 deletion thread-witnesses/st-lit/ourtool.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE benchmark PUBLIC "+//IDN sosy-lab.org//DTD BenchExec benchmark 1.9//EN" "https://www.sosy-lab.org/benchexec/benchmark-1.9.dtd">
<benchmark tool="goblint" timelimit="60 s" hardtimelimit="64 s" memlimit="1 GB" cpuCores="1">
<benchmark tool="goblint" timelimit="900 s" hardtimelimit="960 s" memlimit="6 GB" cpuCores="1">

<resultfiles>**.yml</resultfiles>

Expand Down
6 changes: 3 additions & 3 deletions thread-witnesses/st-lit/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
shopt -s extglob

MYBENCHDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
RESULTSDIR=$MYBENCHDIR/../../../results/st-lit-location
OURTOOLPARALLEL=14
RESULTSDIR=$MYBENCHDIR/../../../results/st-lit
OURTOOLPARALLEL=4
CPACHECKERPARALLEL=4
ULTIMATEPARALLEL=4
VALIDATEPARALLEL=14
VALIDATEPARALLEL=4

mkdir $RESULTSDIR

Expand Down
2 changes: 1 addition & 1 deletion thread-witnesses/st-same/ourtool-validate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE benchmark PUBLIC "+//IDN sosy-lab.org//DTD BenchExec benchmark 1.9//EN" "https://www.sosy-lab.org/benchexec/benchmark-1.9.dtd">
<benchmark tool="goblint" timelimit="60 s" hardtimelimit="64 s" memlimit="1 GB" cpuCores="1">
<benchmark tool="goblint" timelimit="900 s" hardtimelimit="960 s" memlimit="6 GB" cpuCores="1">

<resultfiles></resultfiles>

Expand Down
2 changes: 1 addition & 1 deletion thread-witnesses/st-same/ourtool.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE benchmark PUBLIC "+//IDN sosy-lab.org//DTD BenchExec benchmark 1.9//EN" "https://www.sosy-lab.org/benchexec/benchmark-1.9.dtd">
<benchmark tool="goblint" timelimit="60 s" hardtimelimit="64 s" memlimit="1 GB" cpuCores="1">
<benchmark tool="goblint" timelimit="900 s" hardtimelimit="960 s" memlimit="6 GB" cpuCores="1">

<resultfiles>**.yml</resultfiles>

Expand Down
4 changes: 2 additions & 2 deletions thread-witnesses/st-same/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ shopt -s extglob

MYBENCHDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
RESULTSDIR=$MYBENCHDIR/../../../results/st-same
OURTOOLPARALLEL=14
VALIDATEPARALLEL=14
OURTOOLPARALLEL=4
VALIDATEPARALLEL=4

mkdir $RESULTSDIR

Expand Down

0 comments on commit 7b3db36

Please sign in to comment.