Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
c09f4de1
Commit
c09f4de1
authored
4 years ago
by
Benedikt Wetzel
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
4ea2b034
No related branches found
No related tags found
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
,
!78
Resolve "Implement Quarkus/Kotlin protype"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
+1
-1
1 addition, 1 deletion
...rc/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
with
1 addition
and
1 deletion
theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
+
1
−
1
View file @
c09f4de1
...
@@ -28,7 +28,7 @@ class TheodoliteExecutor() {
...
@@ -28,7 +28,7 @@ class TheodoliteExecutor() {
wgImageURL
=
"ghcr.io/cau-se/theodolite-uc1-kstreams-workload-generator:latest"
wgImageURL
=
"ghcr.io/cau-se/theodolite-uc1-kstreams-workload-generator:latest"
))
))
val
results
:
Results
=
Results
()
val
results
:
Results
=
Results
()
val
executionDuration
=
Duration
.
ofSeconds
(
60
*
5
)
val
executionDuration
=
Duration
.
ofSeconds
(
60
*
5
)
val
executor
:
BenchmarkExecutor
=
KafkaBenchmarkExecutor
(
benchmark
,
results
,
executionDuration
)
val
executor
:
BenchmarkExecutor
=
KafkaBenchmarkExecutor
(
benchmark
,
results
,
executionDuration
)
val
restrictionStrategy
=
LowerBoundRestriction
(
results
)
val
restrictionStrategy
=
LowerBoundRestriction
(
results
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment