[
https://issues.apache.org/jira/browse/FLINK-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964050#comment-14964050
]
ASF GitHub Bot commented on FLINK-2853:
---------------------------------------
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/1267#discussion_r42425486
--- Diff: flink-benchmark/pom.xml ---
@@ -57,6 +57,13 @@ under the License.
<version>${jmh.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-runtime</artifactId>
+ <version>0.10-SNAPSHOT</version>
--- End diff --
We don't hardcode the version for flink dependencies. Please use
`<version>${project.version}</version>` instead.
> Apply JMH on MutableHashTablePerformanceBenchmark class.
> --------------------------------------------------------
>
> Key: FLINK-2853
> URL: https://issues.apache.org/jira/browse/FLINK-2853
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Reporter: GaoLun
> Assignee: GaoLun
> Priority: Minor
> Labels: easyfix
>
> JMH is a Java harness for building, running, and analysing
> nano/micro/milli/macro benchmarks.Use JMH to replace the old micro benchmarks
> method in order to get much more accurate results.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)