Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2EBF8200BE7 for ; Tue, 20 Dec 2016 21:23:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2A15C160B34; Tue, 20 Dec 2016 20:23:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 76541160B12 for ; Tue, 20 Dec 2016 21:22:59 +0100 (CET) Received: (qmail 28003 invoked by uid 500); 20 Dec 2016 20:22:58 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 27984 invoked by uid 99); 20 Dec 2016 20:22:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2016 20:22:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 87E822C0086 for ; Tue, 20 Dec 2016 20:22:58 +0000 (UTC) Date: Tue, 20 Dec 2016 20:22:58 +0000 (UTC) From: "Denis Magda (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4212) Ignite Benchmarking Simplification and Automation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 20 Dec 2016 20:23:00 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4212?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D157= 65151#comment-15765151 ]=20 Denis Magda commented on IGNITE-4212: ------------------------------------- Summarizing the discussion happened on the dev list. Let's reconsider the t= ask a bit. We need to create "benchmarks" folder and put it under the root of an Apach= e Ignite distribution. The structure of this folder is shown below. apache_ignite_root_folder -- bin -- examples ... -- benchmarks =E2=80=94 bin (contains scripts needed to run the benchmarks) =E2=80=94 src (contains benchmarks sources and a pom.xml in order to cr= eate a project in an IDE instantaneously) =E2=80=94 config (configs for amazon and well as for local benchmarks e= xecution) =E2=80=94 libs (compiled and ready-to-run benchmarks) =E2=80=94 README.txt (instructions how to run the benchmarks) More details can be found here. > Ignite Benchmarking Simplification and Automation > ------------------------------------------------- > > Key: IGNITE-4212 > URL: https://issues.apache.org/jira/browse/IGNITE-4212 > Project: Ignite > Issue Type: Task > Reporter: Denis Magda > Assignee: Oleg Ostanin > Fix For: 2.0 > > > There is a plenty of useful Yardstick benchmarks located in ignite-yardst= ick module that is used by the community to check Ignite performance across= deployments of different configurations. > However, it's not easy to start with the benchmarking process because the= user needs to download Ignite, build and set up benchmarks and only after = that run them. > The goal of this task is to simplify the process in the following way: > 1) ignite-yardstick benchmarks have to be pre-compiled and available with= every Ignite deliverable. > 2) every deliverable must contain an executable (bat or sh file) with a c= lear instruction on how to start a specific benchmark from the console. > 3) the executable has to use some default yardstick configuration. The fi= rst configuration should be intented for local execution (multicast IP find= er) and the second needs to be AWS oriented. -- This message was sent by Atlassian JIRA (v6.3.4#6332)