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
e764940e
Commit
e764940e
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix encoding
parent
6f5dd544
No related branches found
No related tags found
No related merge requests found
Pipeline
#3723
failed
4 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/uc6-load-generator/src/main/java/theodolite/uc6/workloadgenerator/LoadGenerator.java
+6
-6
6 additions, 6 deletions
.../java/theodolite/uc6/workloadgenerator/LoadGenerator.java
with
6 additions
and
6 deletions
theodolite-benchmarks/uc6-load-generator/src/main/java/theodolite/uc6/workloadgenerator/LoadGenerator.java
+
6
−
6
View file @
e764940e
...
@@ -87,8 +87,8 @@ public final class LoadGenerator {
...
@@ -87,8 +87,8 @@ public final class LoadGenerator {
BOOTSTRAP_SERVER_DEFAULT
);
BOOTSTRAP_SERVER_DEFAULT
);
}
}
// TODO Dein UC6-Load-Generator sollte dann wahrscheinlich zwei Ports f
�
r die
// TODO Dein UC6-Load-Generator sollte dann wahrscheinlich zwei Ports f
ü
r die
// Kommunikation zur Verf
�
gung stellen. Vielleicht geht es auch mit dem
// Kommunikation zur Verf
ü
gung stellen. Vielleicht geht es auch mit dem
// gleichen. Das kann ich dann nochmal probieren.
// gleichen. Das kann ich dann nochmal probieren.
// final String port = System.getenv(ConfigurationKeys.PORT);
// final String port = System.getenv(ConfigurationKeys.PORT);
// if (port != null) {
// if (port != null) {
...
@@ -176,8 +176,8 @@ public final class LoadGenerator {
...
@@ -176,8 +176,8 @@ public final class LoadGenerator {
BOOTSTRAP_SERVER_DEFAULT
);
BOOTSTRAP_SERVER_DEFAULT
);
}
}
// TODO Dein UC6-Load-Generator sollte dann wahrscheinlich zwei Ports f
�
r die
// TODO Dein UC6-Load-Generator sollte dann wahrscheinlich zwei Ports f
ü
r die
// Kommunikation zur Verf
�
gung stellen. Vielleicht geht es auch mit dem
// Kommunikation zur Verf
ü
gung stellen. Vielleicht geht es auch mit dem
// gleichen. Das kann ich dann nochmal probieren.
// gleichen. Das kann ich dann nochmal probieren.
// final String port = System.getenv(ConfigurationKeys.PORT);
// final String port = System.getenv(ConfigurationKeys.PORT);
// if (port != null) {
// if (port != null) {
...
@@ -252,8 +252,8 @@ public final class LoadGenerator {
...
@@ -252,8 +252,8 @@ public final class LoadGenerator {
BOOTSTRAP_SERVER_DEFAULT
);
BOOTSTRAP_SERVER_DEFAULT
);
}
}
// TODO Dein UC6-Load-Generator sollte dann wahrscheinlich zwei Ports f
�
r die
// TODO Dein UC6-Load-Generator sollte dann wahrscheinlich zwei Ports f
ü
r die
// Kommunikation zur Verf
�
gung stellen. Vielleicht geht es auch mit dem
// Kommunikation zur Verf
ü
gung stellen. Vielleicht geht es auch mit dem
// gleichen. Das kann ich dann nochmal probieren.
// gleichen. Das kann ich dann nochmal probieren.
// final String port = System.getenv(ConfigurationKeys.PORT);
// final String port = System.getenv(ConfigurationKeys.PORT);
// if (port != null) {
// if (port != null) {
...
...
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