IGNITE-7118 performance measurement for distributed k-means clustering this closes #3210
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4ce5fe28 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4ce5fe28 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4ce5fe28 Branch: refs/heads/ignite-zk-ce Commit: 4ce5fe28559d6a78eaff2d7edf29754fe9334eb0 Parents: d5ad78c Author: Oleg Ignatenko <oignate...@gridgain.com> Authored: Tue Dec 12 16:55:19 2017 +0300 Committer: Yury Babak <yba...@gridgain.com> Committed: Tue Dec 12 16:55:19 2017 +0300 ---------------------------------------------------------------------- .../ml/clustering/IgniteKMeansDistributedClustererBenchmark.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4ce5fe28/modules/yardstick/src/main/ml/org/apache/ignite/yardstick/ml/clustering/IgniteKMeansDistributedClustererBenchmark.java ---------------------------------------------------------------------- diff --git a/modules/yardstick/src/main/ml/org/apache/ignite/yardstick/ml/clustering/IgniteKMeansDistributedClustererBenchmark.java b/modules/yardstick/src/main/ml/org/apache/ignite/yardstick/ml/clustering/IgniteKMeansDistributedClustererBenchmark.java index 051ab7b..de928e8 100644 --- a/modules/yardstick/src/main/ml/org/apache/ignite/yardstick/ml/clustering/IgniteKMeansDistributedClustererBenchmark.java +++ b/modules/yardstick/src/main/ml/org/apache/ignite/yardstick/ml/clustering/IgniteKMeansDistributedClustererBenchmark.java @@ -30,13 +30,12 @@ import org.apache.ignite.yardstick.ml.DataChanger; /** * Ignite benchmark that performs ML Grid operations. - * Todo: IGNITE-7118, enable this benchmark. */ @SuppressWarnings("unused") public class IgniteKMeansDistributedClustererBenchmark extends IgniteAbstractBenchmark { /** */ @IgniteInstanceResource - Ignite ignite; + private Ignite ignite; /** {@inheritDoc} */ @Override public boolean test(Map<Object, Object> ctx) throws Exception {