From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 0BrcASB/n2C8JwEAgWs5BA (envelope-from ) for ; Sat, 15 May 2021 09:58:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +IkmOR9/n2BeZwAA1q6Kng (envelope-from ) for ; Sat, 15 May 2021 07:58:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1B8911FF43 for ; Sat, 15 May 2021 09:58:23 +0200 (CEST) Received: from localhost ([::1]:37612 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lhpBm-0006Up-8U for larch@yhetil.org; Sat, 15 May 2021 03:58:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44034) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhpBT-0006QC-2v for guix-patches@gnu.org; Sat, 15 May 2021 03:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35909) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lhpBS-0002wP-FF for guix-patches@gnu.org; Sat, 15 May 2021 03:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lhpBS-0001yB-CT for guix-patches@gnu.org; Sat, 15 May 2021 03:58:02 -0400 Subject: bug#48285: [PATCH] gnu: Add interbench. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 15 May 2021 07:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 48285 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 48285-done@debbugs.gnu.org Mail-Followup-To: 48285@debbugs.gnu.org, arunisaac@systemreboot.net, arunisaac@systemreboot.net Received: via spool by 48285-done@debbugs.gnu.org id=D48285.16210654807548 (code D ref 48285); Sat, 15 May 2021 07:58:02 +0000 Received: (at 48285-done) by debbugs.gnu.org; 15 May 2021 07:58:00 +0000 Received: from localhost ([127.0.0.1]:47454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhpBP-0001xg-U7 for submit@debbugs.gnu.org; Sat, 15 May 2021 03:58:00 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:52910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhpBN-0001xX-Ka for 48285-done@debbugs.gnu.org; Sat, 15 May 2021 03:57:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=4d0WHiajuF87RJNBN/MIoe9gCIYXf0FjcznrIAjcN8I=; b=j6SMqg8WzGOUb6a5DTtI7RNwX gAIUOxtoqjVxEshq/ojgkqf0GbqDpJDZS36IwGOKQ8z6w+WtYliH9oMshJL/30esu8etiQMxuj14u pwpu/j4iX2qRxZE3XCn1FSE3bohkt9NTAhgnMCiRUbmTMHKPvclr2aW1ST5kZQ4WwSJYFdn1rAY9e qnfDH1a0bFYeicwXOIAwt3C82VKhU/u8ALqNpXbMeowAhZCMJmb/kU97ZYj2IuLiJ44eKy/yVkY4z BDPRO9zkgQYVISq5+CXY/wiYDZYdRjLOb4rs9b8KadykC2fBLBU+1kVRGm6Q0OcYG1+WooabZLxbV zkMpAGBOg==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lhpBL-000TnW-7B; Sat, 15 May 2021 13:27:55 +0530 From: Arun Isaac In-Reply-To: <87czttpqhz.fsf@gnu.org> References: <20210508131357.3012-1-arunisaac@systemreboot.net> <87czttpqhz.fsf@gnu.org> Date: Sat, 15 May 2021 13:27:13 +0530 Message-ID: <87r1i8e8fa.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1621065503; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=4d0WHiajuF87RJNBN/MIoe9gCIYXf0FjcznrIAjcN8I=; b=qJC2ssi+78456zQV8dOz4P4dFtU7mT9mcQ/eBLepL/xHmNJDH7whCigNvZlQURgPFSUJDB DzMEAAK4rQC7Mnk62mZ+TI3hsRCXc5CFxQ7j7nyYKaviFa9xIooHAwzof4roETrN8Xc1hq 2Ww+HSf/Na7V5b/FJyfjRPTagekGnpfBlrpuSI9mitGRcHpfwJOf643dp8XyoUTgchVMlV EDySLzCO8bw/+McjQbTLs883St7Tnpo+zOm04qy4NCdwEscjpR5ws5C2EJ7D9Tg1YmmvsT HVeOEADI35hDBXQo4Lriw5xinwb+UkhjXvEJKoR+nd6NQ/orUp90jg/e6J6BlQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1621065503; a=rsa-sha256; cv=none; b=e35M5LcO7R/3DZKlYfIoR/Dafk7wEks+S4UFeqMHhJfJUf6csTuYM2ORXWAMmqqz4Xf9HF Fnc4cKoVnGAEmVtwgLAf+W9yzoxJLD7OotQdwlez1O/tGp37+ZvdKavB7r4Nq0/n+fjO/j Flk3U/imbCWNsMHXCXtt2atkEINHkjerQFWVf5COxCq7q58miMsEfaUZy0pH8VVOPZGzkw Xw3+5GGzNaqq0rqtPYobW47uFJ3cotUaZOQgGk21aYfKGZF5Ac0meHJFYSAgt6mXukXpn4 RgMFbYEZ5ps2MxgnqgrjAlZcsiIepphSxbFIWwJdaz37cMQ6pvL55xOhPpzidg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=j6SMqg8W; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -3.45 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=j6SMqg8W; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 1B8911FF43 X-Spam-Score: -3.45 X-Migadu-Scanner: scn0.migadu.com X-TUID: 6cuuL65asWQ6 --=-=-= Content-Type: text/plain >> * gnu/packages/benchmark.scm (interbench): New variable. > > LGTM, thanks! Pushed, thanks for the review! :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmCfftkbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzESgH/0K9ZXanOITdXuyZZzk2 perz5TwFJv/0MsUB5In8Eyqu9h++QNtKlUM+IYBjVRB2AObCvsnCr20MC9xWpllA jV6hKbbkZF4xYCn1UuWHTmgfPJBtJsMTDpudrqATcpU9Ii3xNrXjjTSndhVGq43M u2P0njR6iYewyzAKNy/ly7ikFLEBhvPMf1fMRQjbGj6e8HncmuV7wtxSpusPi3OV TElyrTWrJsjdAWHNyE2zQXvCdXRi7+i2ZQ5pDmGkSIkqI9udcuogJsh2AfjnCh88 M+bztabjflCmhgwJcZJ1f+qV+wgDEbqOftRSVgTeyQRtUtNkw/29WPezBXCQUYNN ODQ= =WDxr -----END PGP SIGNATURE----- --=-=-=--