Skip to content
Snippets Groups Projects

Add prefix to output files to link results and experiment

Files
10
@@ -11,6 +11,7 @@ import kotlin.properties.Delegates
@@ -11,6 +11,7 @@ import kotlin.properties.Delegates
@JsonDeserialize
@JsonDeserialize
@RegisterForReflection
@RegisterForReflection
class BenchmarkExecution : CustomResource(), Namespaced {
class BenchmarkExecution : CustomResource(), Namespaced {
 
var executionId: Int = 0
lateinit var name: String
lateinit var name: String
lateinit var benchmark: String
lateinit var benchmark: String
lateinit var load: LoadDefinition
lateinit var load: LoadDefinition
Loading