mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
add notes for later
This commit is contained in:
parent
5db3988e22
commit
b62c623143
@ -105,7 +105,7 @@ public class StandardAction<A extends StandardActivity<R, ?>, R extends Op> impl
|
||||
throw new RuntimeException("The op implementation did not implement any active logic. Implement " +
|
||||
"one of [RunnableOp, CycleOp, or ChainingOp]");
|
||||
}
|
||||
|
||||
// TODO: break out validation timer from execute
|
||||
try (Timer.Context ignored = verifierTimer.time()) {
|
||||
CycleFunction<Boolean> verifier = dispenser.getVerifier();
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user