mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-08-10 04:58:08 -05:00
unbreak the break signal
This commit is contained in:
+1
-1
@@ -340,7 +340,7 @@ public class Scenario implements Callable<ExecutionMetricsResult> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized void finish() {
|
public void finish() {
|
||||||
logger.debug("finishing scenario");
|
logger.debug("finishing scenario");
|
||||||
endedAtMillis = System.currentTimeMillis(); //TODO: Make only one endedAtMillis assignment
|
endedAtMillis = System.currentTimeMillis(); //TODO: Make only one endedAtMillis assignment
|
||||||
if (this.state == State.Running) {
|
if (this.state == State.Running) {
|
||||||
|
|||||||
Reference in New Issue
Block a user