From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [Autotest][PATCH 1/2] add hackbench test to kvm autotest Date: Mon, 07 Dec 2009 09:40:44 -0200 Message-ID: <1260186044.2332.0.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: kvm-devel , Autotest mailing list , Michael Goldish To: sudhir kumar Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51576 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932505AbZLGLkm (ORCPT ); Mon, 7 Dec 2009 06:40:42 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: FYI, this was already incorporated to the tree, thanks Sudhir! On Fri, 2009-12-04 at 11:19 +0530, sudhir kumar wrote: > This patch adds the hackbench test for the KVM linux guests. > > Signed-off-by: Sudhir Kumar > > Index: kvm/autotest_control/hackbench.control > =================================================================== > --- /dev/null > +++ kvm/autotest_control/hackbench.control > @@ -0,0 +1,13 @@ > +AUTHOR = "Sudhir Kumar " > +NAME = "Hackbench" > +TIME = "SHORT" > +TEST_CLASS = "Kernel" > +TEST_CATEGORY = "Benchmark" > +TEST_TYPE = "client" > + > +DOC = """ > +Hackbench is a benchmark which measures the performance, overhead and > +scalability of the Linux scheduler. > + > +""" > +job.run_test('hackbench') > > >