From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] app/test: reduced duration of red_autotest Date: Mon, 13 Jun 2016 12:52:02 -0700 (PDT) Message-ID: <2379936.kRKkJX7Z5X@xps13> References: <1465468270-35320-1-git-send-email-tomasz.kantecki@intel.com> <1465813598-126199-1-git-send-email-tomasz.kantecki@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Tomasz Kantecki Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id CFD885A34 for ; Mon, 13 Jun 2016 21:52:03 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id k204so94101462wmk.0 for ; Mon, 13 Jun 2016 12:52:03 -0700 (PDT) In-Reply-To: <1465813598-126199-1-git-send-email-tomasz.kantecki@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-13 11:26, Tomasz Kantecki: > 'red_autotest' changed to run only functional tests without test #4 which was > taking ~53 seconds. 'red_autotest' takes ~2[s] now. > 'red_perf' has been added to run performance tests only). > 'red_all' has been added to run all functional tests (including #4) and > perfromance tests. This reflects current 'red_autotest' behavior. > > Other changes: > - machine TSC clock frequency detection takes place only once now. > - timeouts and number of iterations in functional tests have been reduced > in order to shorten test duration. > > Signed-off-by: Tomasz Kantecki Applied, thanks