Skip to content

Commit 8caa5a0

Browse files
committed
Run two threads in parallel in extended evaluation
(Exact runtime measurements are not crucial here.)
1 parent 3bc58bf commit 8caa5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: simonstrator-simrunner/config/dissertation/CoboltExtendedEvaluationExecutor.launch

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE" value="true"/>
1010
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
1111
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="de.tudarmstadt.maki.simonstrator.peerfact.application.sensor.cobolt.CoboltEvaluationExecutor"/>
12-
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-e extended --numThreads 1 --numSeeds 10 --javaXmx 2000"/>
12+
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-e extended --numThreads 2 --numSeeds 10 --javaXmx 2000"/>
1313
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="simonstrator-simrunner"/>
1414
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
1515
</launchConfiguration>

0 commit comments

Comments
 (0)