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
d91657c5
Commit
d91657c5
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix configuration of threads in environment
parent
d76c04fb
No related branches found
No related tags found
2 merge requests
!86
Zookeeper free workload generator
,
!84
Gitlab CI for Theodolite-Kotlin-Quarkus
Pipeline
#1989
skipped
Stage: triggers
This commit is part of merge request
!86
. Comments created here will be created in the context of that merge request.
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/workload-generator-commons/src/main/java/theodolite/commons/workloadgeneration/LoadGenerator.java
+2
-2
2 additions, 2 deletions
.../theodolite/commons/workloadgeneration/LoadGenerator.java
with
2 additions
and
2 deletions
benchmarks/workload-generator-commons/src/main/java/theodolite/commons/workloadgeneration/LoadGenerator.java
+
2
−
2
Edit
View file @
d91657c5
...
...
@@ -150,8 +150,8 @@ public final class LoadGenerator {
kafkaInputTopic
,
schemaRegistryUrl
,
kafkaProperties
)
.
forConstantValue
(
value
))
.
set
Threads
(
threads
)
)
;
.
forConstantValue
(
value
))
)
.
with
Threads
(
threads
);
}
}
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