Commit 933288aa authored by Julian Zobel's avatar Julian Zobel 🦄
Browse files

Added a field for experiments db with "fisnihed withput errors"

parent 6829ab85
......@@ -95,7 +95,7 @@ public class Experiment {
this.name = name;
this.system = system;
this.workload = workload;
this.finishedWithoutError = null;
this.finishedWithoutError = false;
}
public Experiment() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment