From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 7 17:49:45 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4D506EE; Tue, 7 Jan 2014 17:49:45 +0000 (UTC) Received: from mail-vb0-x22b.google.com (mail-vb0-x22b.google.com [IPv6:2607:f8b0:400c:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D4811E6C; Tue, 7 Jan 2014 17:49:45 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id p6so352080vbe.2 for ; Tue, 07 Jan 2014 09:49:44 -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=Yq0XILyiZOwquI0eFrGMlTL65fbhSiqBzIVs23Qsv8g=; b=KYzLhF7RbywWTg9inpu2RQj9zJ54m8LvwVQ2zFfB5rOUoYpJNAF6icGbT2tfoh4pgU kWwfw19wN2JXK0HyKlx2eLfyqRg6nNKPNgnO1aw/e35jXxRGwvL5F0AE4OZMcBD47Yly 1U2TehblzBygmHUERhBQUM92qP0+G0BPmFo4GIxdm+/kovJtS/zuC5/ul9TOyfuvgALg QRZf44mNdyFSJjEZPitOTHdsufiEvdhM6CW8eF8VghHWAF4UCHyymSMMu/eJGi97fnw7 HO7p1DpUOwEH1sWu6vWf92fzZYzXJGaKMR9VKhsbzf0MwjaZarC1CM6hlsxTJyfyViA0 282A== X-Received: by 10.58.187.129 with SMTP id fs1mr4154454vec.45.1389116982905; Tue, 07 Jan 2014 09:49:42 -0800 (PST) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.58.134.98 with HTTP; Tue, 7 Jan 2014 09:49:02 -0800 (PST) In-Reply-To: References: From: Ivan Voras Date: Tue, 7 Jan 2014 18:49:02 +0100 X-Google-Sender-Auth: uHaQjcPuSeT4GJwFGBLBhs6tOCY Message-ID: Subject: Re: Continual benchmarking / regression testing? To: Alan Somers Content-Type: text/plain; charset=UTF-8 Cc: Julio Merino , "freebsd-hackers@freebsd.org" 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 17:49:45 -0000 On 7 January 2014 18:01, Alan Somers wrote: > Unfortunately, my framework is extremely incomplete. It's not even > good enough for internal use, much less a wider audience. And I fear > that my bosses won't give me any more time to work on it. It's also > written in Ruby and uses STAF to command slave nodes, which the > FreeBSD community might not be excited about. However, if there is > any interest, I can ask for permission to share my design as a > starting point for a more general framework. I don't think I have the time+spare brainpower to learn Ruby (I'm a Pythonista) but it would be interested to see the design you've created. I've looked at STAF before and I'm curious why you picked it? It seemed a combination of being antiquated and an overkill to me...