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 6BD54200B80 for ; Tue, 9 Aug 2016 14:38:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6AAE2160AA4; Tue, 9 Aug 2016 12:38:23 +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 C65FB160AB0 for ; Tue, 9 Aug 2016 14:38:22 +0200 (CEST) Received: (qmail 58034 invoked by uid 500); 9 Aug 2016 12:38:21 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 57778 invoked by uid 99); 9 Aug 2016 12:38:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 12:38:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BC7722C02B8 for ; Tue, 9 Aug 2016 12:38:20 +0000 (UTC) Date: Tue, 9 Aug 2016 12:38:20 +0000 (UTC) From: "Emmanuel Bourg (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (RNG-2) Allow creation and execution of JMH based benchmarks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 09 Aug 2016 12:38:23 -0000 [ https://issues.apache.org/jira/browse/RNG-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15413458#comment-15413458 ] Emmanuel Bourg commented on RNG-2: ---------------------------------- Also, the benchmarks are bound to the test phase, so invoking the benchmark is done with "mvn test -Pbenchmark". https://git-wip-us.apache.org/repos/asf?p=commons-csv.git;a=blob;f=pom.xml;h=9a2b35a995a8e5d037c124a11c82263127dc3595;hb=HEAD#l390 There is also an optional parameter to select the benchmark to run. > Allow creation and execution of JMH based benchmarks > ---------------------------------------------------- > > Key: RNG-2 > URL: https://issues.apache.org/jira/browse/RNG-2 > Project: Commons RNG > Issue Type: Bug > Reporter: Artem Barger > Attachments: RNG-2.patch > > > Add relevant maven changes to enable creation and execution of benchmarks based on JMH (Java Microbenchmarks harness) framework. -- This message was sent by Atlassian JIRA (v6.3.4#6332)