mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-27 03:00:40 -06:00
unbreak the break signal
This commit is contained in:
parent
c6aa66f50e
commit
6d07acb8ce
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user