pnowojski commented on pull request #19: URL: https://github.com/apache/flink-benchmarks/pull/19#issuecomment-874884693
Why `Iteration` should be enough? If you have many invocation within one single iteration, this latch would have been reseted only once. Your code is equivalent of `tearDown` with `Invocation` level, but according to this scary java doc, `Level.Invocation` should be avoided - and yes, in our case it doesn't matter if you include the reset in the benchmark invocation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
