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
487016c3
Commit
487016c3
authored
3 years ago
by
Lorenz Boguhn
Browse files
Options
Downloads
Patches
Plain Diff
Add clear shutdown log
parent
2cbe23fb
No related branches found
No related tags found
1 merge request
!208
Add benchmark implementations for Hazelcast Jet
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/uc4-hazelcastjet/src/test/java/theodolite/uc4/application/Uc4PipelineTest.java
+1
-5
1 addition, 5 deletions
...test/java/theodolite/uc4/application/Uc4PipelineTest.java
with
1 addition
and
5 deletions
theodolite-benchmarks/uc4-hazelcastjet/src/test/java/theodolite/uc4/application/Uc4PipelineTest.java
+
1
−
5
View file @
487016c3
...
...
@@ -147,13 +147,9 @@ public class Uc4PipelineTest extends JetTestSupport {
@After
public
void
after
()
{
System
.
out
.
println
(
"Shuting down"
);
// Shuts down all running Jet Instances
Jet
.
shutdownAll
();
}
@Test
public
void
test
(){
System
.
out
.
println
(
"Hello There"
)
}
}
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