You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/13 08:28:26 UTC

[GitHub] [flink-benchmarks] fredia commented on pull request #52: [FLINK-27214] Fix rescaling benchmark build failed

fredia commented on PR #52:
URL: https://github.com/apache/flink-benchmarks/pull/52#issuecomment-1097706789

   From the JMH [documentation](http://javadox.com/org.openjdk.jmh/jmh-core/1.7/org/openjdk/jmh/annotations/Level.html#Invocation),  Invocation level setup/teardowns are problematic. 
   
   Although the warning points out that using `Level.Invocation` may lead to inaccurate results, the fastest single iteration in rescaling benchmarks takes more than 1 second, maybe we can ignore the warning?
   
   @pnowojski would you please take a review? And my understanding of `Level.Invocation` may not be accurate, would you please give some advice about this?


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org