Skip to content
Snippets Groups Projects
settings.gradle 496 B
rootProject.name = 'theodolite-benchmarks'

include 'load-generator-commons'
include 'kstreams-commons'
include 'flink-commons'

include 'uc1-load-generator'
include 'uc1-kstreams'
include 'uc1-flink'
include 'uc1-beam-samza'
include 'uc1-beam-flink'


include 'uc2-load-generator'
include 'uc2-kstreams'
include 'uc2-flink'
include 'uc2-beam-flink'

include 'uc3-load-generator'
include 'uc3-kstreams'
include 'uc3-flink'

include 'uc4-load-generator'
include 'uc4-kstreams'
include 'uc4-flink'