From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 02 13:38:09 2020 Received: (at 39258) by debbugs.gnu.org; 2 Mar 2020 18:38:09 +0000 Received: from localhost ([127.0.0.1]:38350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j8pxB-0004gW-7X for submit@debbugs.gnu.org; Mon, 02 Mar 2020 13:38:09 -0500 Received: from mail-qt1-f195.google.com ([209.85.160.195]:33998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j8px9-0004gG-7q for 39258@debbugs.gnu.org; Mon, 02 Mar 2020 13:38:07 -0500 Received: by mail-qt1-f195.google.com with SMTP id n1so775594qtv.1 for <39258@debbugs.gnu.org>; Mon, 02 Mar 2020 10:38:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=iAsSaQBsFI/nD+AYuRtv+a6RvRw3cGJVFyso9y+9HLI=; b=EKqA/KXI1lNzdQynwobSK+fVDKEY6xrAxXVR1rY29qXOYdDLiYAjxjBBYSiwqXhStP qRmU9eQTn1BAtie02ZgPL9A7jYtKpessR67UJkaORd9Y/e3eu8LVoaHQ3ECjcb8JyT9a n81XYyI4yqrQoNe9Ano+W2Y7h4jKjn5pyZLD90gIS3WTkYV3OUvLb4SkDTnQrSMr4gum hM9qksNakUG9bjoTITMrkoDXNYvTX4/rhy35nfFlg/St/J/o2CgdjP7w/oRORAEqmGnP 5Oxvemt6JPT7ibGnhs8rW7379HULc//t8FQye2qQb3u7iErmUW9csXbrRrMOFJ+Dey0Z woLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iAsSaQBsFI/nD+AYuRtv+a6RvRw3cGJVFyso9y+9HLI=; b=ZuxW6FRhui1KOPRRBq7K595a4vGhnRBfKKXZjLpixJcvrjtBNrueD3sHKtgMWg4b6u uCYKLgkIvXRTSQXxM6Zk94khn5Xuvm8tjM/7VQeeOb58jj5cDQ9aoxUc2GhK5ZXtdRdh HgSCYGVHn7jeCXqdOe5oxWRaGV9wvA5ICfZg8jqgVS6cqsSZmZZbPS70GjMEwwL+cMj4 2JycsWQlzMhGLO+miFoaE9J9I3rHucZ91Fevw592hyyX8D14Fn2JNJ6EG+24m+hBpKBT zzaInRGedp7oAM6v24CPkVXyjaB028hiZ3MiQkRbLeDUo1qPQ5JxRvdsQcDGlL/ndcnQ QYPw== X-Gm-Message-State: ANhLgQ0YSgG6xcWoR5zLfkZmOQozI4AbsJAD9B1ARR+xo9T2iRAWHial VHHDOw6uykFPIxNu6Fp4cvDh17iNh1GJ8k0cqBw= X-Google-Smtp-Source: ADFU+vuLPRMAzw6RMaW5TpY3TUbXOBy/WykRCWDTLtpPq5Kd7nBmYwOnC5yzPaUIWBBErtzql8wm5359QiBs9oFJRKY= X-Received: by 2002:ac8:4f43:: with SMTP id i3mr1053030qtw.186.1583174281604; Mon, 02 Mar 2020 10:38:01 -0800 (PST) MIME-Version: 1.0 References: <20200227204150.30985-1-arunisaac@systemreboot.net> <87eeuf5dty.fsf@ambrevar.xyz> In-Reply-To: From: zimoun Date: Mon, 2 Mar 2020 19:37:50 +0100 Message-ID: Subject: Re: [PATCH 0/4] Xapian for Guix package search To: Arun Isaac Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39258 Cc: =?UTF-8?Q?Ludovic_Court=C3=A8s?= , Pierre Neidhardt , 39258@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Arun, Do you have some benchmark in mind? On Fri, 28 Feb 2020 at 17:05, Arun Isaac wrote: > ./pre-inst-env guix pull --url=$PWD --branch=xapian -p /tmp/test We need to benchmark on different machines the new "guix pull". Well, it is nothing compared to the derivation computations. :-) And more importantly, 'make as-derivations' to avoid a "guix pull" breakage, Then on cold caches, the new "guix search" for a couple of query. There is no so much inspiration in tests/. :-) Ah do not forget to adapt some tests. All the best, simon