Skip to content
Snippets Groups Projects
Commit 75d41404 authored by Sören Henning's avatar Sören Henning Committed by Benedikt Wetzel
Browse files

Apply 4 suggestion(s) to 4 file(s)

parent 09917547
No related branches found
No related tags found
1 merge request!168Enhance Code Quality
......@@ -4,4 +4,3 @@
!build/lib/*
!build/quarkus-app/*
!config/*
!examples/*
\ No newline at end of file
......@@ -12,7 +12,7 @@ import theodolite.util.*
private val logger = KotlinLogging.logger {}
private var DEFAULT_NAMESPACE = "default"
private var DEFAULT_THEODOLITE_APP_RESOURCES = "./config"
private var DEFAULT_THEODOLITE_APP_RESOURCES = "./benchmark-resources"
/**
* Represents a benchmark in Kubernetes. An example for this is the BenchmarkType.yaml
......
......@@ -43,8 +43,7 @@ class Shutdown(private val benchmarkExecution: BenchmarkExecution, private val b
}
logger.info {
"Teardown everything deployed. " +
"\n Teardown completed"
"Finished teardown of all benchmark resources."
}
}
}
......@@ -5,7 +5,7 @@ import theodolite.util.ConfigurationOverride
import theodolite.util.PatcherDefinition
/**
* The ConfigOverrideModifier makes it possible to update the configuration overrides of a execution.
* The ConfigOverrideModifier makes it possible to update the configuration overrides of an execution.
*
* @property execution execution for which the config overrides should be updated
* @property resources list of all resources that should be updated.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment