Skip to content
Snippets Groups Projects
Commit ef3a71b3 authored by Johannes Mey's avatar Johannes Mey
Browse files

Merge branch 'runtime-extensions' of...

Merge branch 'runtime-extensions' of git-st.inf.tu-dresden.de:rschoene/trainbenchmark into runtime-extensions
parents 45501a10 295b19cf
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ import hu.bme.mit.trainbenchmark.generator.runner.GeneratorRunner ...@@ -11,7 +11,7 @@ import hu.bme.mit.trainbenchmark.generator.runner.GeneratorRunner
def ec = new ExecutionConfig(4000, 6000) def ec = new ExecutionConfig(4000, 6000)
def minSize = 1 def minSize = 1
/* def maxSize = 2048 */ /* def maxSize = 2048 */
def maxSize = 8 def maxSize = 1024
def scenarios = [ def scenarios = [
Scenario.BATCH, Scenario.BATCH,
......
...@@ -29,12 +29,12 @@ println('$ killall -9 java') ...@@ -29,12 +29,12 @@ println('$ killall -9 java')
def benchmarkId = ResultHelper.createNewResultDir() def benchmarkId = ResultHelper.createNewResultDir()
ResultHelper.saveConfiguration(benchmarkId, "IndividualBenchmarkInjectScript.groovy") ResultHelper.saveConfiguration(benchmarkId, "IndividualBenchmarkInjectScript.groovy")
def ec = new ExecutionConfig(4000, 8000) def ec = new ExecutionConfig(8000, 32000)
def minSize = 1 def minSize = 1
def maxSize = 8 def maxSize = 1024
def timeout = 900 def timeout = 900
def runs = 1 def runs = 10
println() println()
println("############################################################") println("############################################################")
...@@ -58,7 +58,6 @@ def tools = [ ...@@ -58,7 +58,6 @@ def tools = [
new JastaddSpecializedIncrementalBenchmarkConfigBuilder(), new JastaddSpecializedIncrementalBenchmarkConfigBuilder(),
new TinkerGraphBenchmarkConfigBuilder(), new TinkerGraphBenchmarkConfigBuilder(),
new ViatraBenchmarkConfigBuilder().setBackend(ViatraBackend.INCREMENTAL), new ViatraBenchmarkConfigBuilder().setBackend(ViatraBackend.INCREMENTAL),
new ViatraBenchmarkConfigBuilder().setBackend(ViatraBackend.LOCAL_SEARCH),
] ]
def workloads = [ def workloads = [
......
...@@ -28,12 +28,12 @@ println('$ killall -9 java') ...@@ -28,12 +28,12 @@ println('$ killall -9 java')
def benchmarkId = ResultHelper.createNewResultDir() def benchmarkId = ResultHelper.createNewResultDir()
ResultHelper.saveConfiguration(benchmarkId) ResultHelper.saveConfiguration(benchmarkId)
def ec = new ExecutionConfig(4000, 8000) def ec = new ExecutionConfig(8000, 32000)
def minSize = 1 def minSize = 1
def maxSize = 8 def maxSize = 1024
def timeout = 900 def timeout = 900
def runs = 1 def runs = 10
println() println()
println("############################################################") println("############################################################")
...@@ -57,7 +57,6 @@ def tools = [ ...@@ -57,7 +57,6 @@ def tools = [
new JastaddSpecializedIncrementalBenchmarkConfigBuilder(), new JastaddSpecializedIncrementalBenchmarkConfigBuilder(),
new TinkerGraphBenchmarkConfigBuilder(), new TinkerGraphBenchmarkConfigBuilder(),
new ViatraBenchmarkConfigBuilder().setBackend(ViatraBackend.INCREMENTAL), new ViatraBenchmarkConfigBuilder().setBackend(ViatraBackend.INCREMENTAL),
new ViatraBenchmarkConfigBuilder().setBackend(ViatraBackend.LOCAL_SEARCH),
] ]
def workloads = [ def workloads = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment