mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 23:23:56 -06:00
unbreak the break signal
This commit is contained in:
parent
c6aa66f50e
commit
32486b3d64
@ -340,7 +340,7 @@ public class Scenario implements Callable<ExecutionMetricsResult> {
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void finish() {
|
||||
public void finish() {
|
||||
logger.debug("finishing scenario");
|
||||
endedAtMillis = System.currentTimeMillis(); //TODO: Make only one endedAtMillis assignment
|
||||
if (this.state == State.Running) {
|
||||
|
Loading…
Reference in New Issue
Block a user