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 5C5F8200B83 for ; Sat, 17 Sep 2016 16:29:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5AEE6160ACD; Sat, 17 Sep 2016 14:29:22 +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 98223160AB5 for ; Sat, 17 Sep 2016 16:29:21 +0200 (CEST) Received: (qmail 68523 invoked by uid 500); 17 Sep 2016 14:29:20 -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 68512 invoked by uid 99); 17 Sep 2016 14:29:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2016 14:29:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9E5F52C0D58 for ; Sat, 17 Sep 2016 14:29:20 +0000 (UTC) Date: Sat, 17 Sep 2016 14:29:20 +0000 (UTC) From: "Benedikt Ritter (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LANG-1110) Implement HashSetvBitSetTest using JMH MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 17 Sep 2016 14:29:22 -0000 [ https://issues.apache.org/jira/browse/LANG-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1110: ---------------------------------- Fix Version/s: (was: 3.5) 3.6 > Implement HashSetvBitSetTest using JMH > -------------------------------------- > > Key: LANG-1110 > URL: https://issues.apache.org/jira/browse/LANG-1110 > Project: Commons Lang > Issue Type: Test > Components: lang.* > Reporter: Benedikt Ritter > Fix For: Patch Needed, 3.6 > > > HashSetvBitSetTest currently writes to Std out, which is bad practice for unit tests. Since HashSetvBitSetTest is really a performance test and not a unit test, we should reimplement it using OpenJMH. The results could then be published on our website. -- This message was sent by Atlassian JIRA (v6.3.4#6332)