From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 7 16:18:00 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABA2D2D3 for ; Tue, 7 Jan 2014 16:18:00 +0000 (UTC) Received: from mail-vb0-x235.google.com (mail-vb0-x235.google.com [IPv6:2607:f8b0:400c:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6933F1619 for ; Tue, 7 Jan 2014 16:18:00 +0000 (UTC) Received: by mail-vb0-f53.google.com with SMTP id o19so249462vbm.40 for ; Tue, 07 Jan 2014 08:17:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=tc6MO78b8iwhBbYPL6Oy1h5rgLMdSDwswL99Ll+fzAA=; b=H5fU0T4vI8vwX0mNHvibz2woHOGfcD1++ZU/zrH5b+SmXo8VkPwpNgJXW7DNT9pZlc J3w3y5LLlSG7NlAKBiqShIi2I061auS/lo95J3sXGycGI/P9KyAPKV9jawkK4iqGeCN2 MiUjPG2oZyOgH83T6o6ApNv9A37HEBMTEeMbYpydt2S1TpArzENy9k2eyLbSd/H9K5sU UK0agMDwayd46NeyvWvpvkU6N90ZQm1TZUNtJkZRSRDct07WyMYxjY0Ztc/zzmsVz2pY bsU7ic22xLvIbvaszFSCDHsKMjKEvhWM04ktaJ8UYdmvFCuM7ARo4eLNR6lDn9WPKJ2Y Hfow== X-Received: by 10.52.109.105 with SMTP id hr9mr2664803vdb.71.1389111479451; Tue, 07 Jan 2014 08:17:59 -0800 (PST) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.58.134.98 with HTTP; Tue, 7 Jan 2014 08:17:19 -0800 (PST) In-Reply-To: References: From: Ivan Voras Date: Tue, 7 Jan 2014 17:17:19 +0100 X-Google-Sender-Auth: FdH6DkUf371NHxjx44mWSJkDWZk Message-ID: Subject: Re: Continual benchmarking / regression testing? To: Julio Merino Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 16:18:00 -0000 On 7 January 2014 17:11, Julio Merino wrote: > On Tue, Jan 7, 2014 at 4:09 PM, Ivan Voras wrote: >> Hello, >> >> Is someone working on a contitual benchmarking / regression testing >> project for FreeBSD? I seem to recall there was a post several months >> ago but I can't find it. > > See http://wiki.freebsd.org/TestSuite for the current efforts. Ok, by looking at the wiki page and http://kyua1.nyi.freebsd.org/ (only stable/10 is available btw), it looks like this effort is centered on correctness, not performance benchmarking? Is Kyua easily adaptable to include graphs and other more visually attractive presentation types?