From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: elisp-benchmarks Date: Sat, 07 Dec 2019 13:27:11 -0500 Message-ID: References: <87tv6dfe3c.fsf@ericabrahamsen.net> <87d0d0f3l6.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="225334"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org, Andrea Corallo To: Eric Abrahamsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 07 19:28:04 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ideoG-000wVx-29 for ged-emacs-devel@m.gmane.org; Sat, 07 Dec 2019 19:28:04 +0100 Original-Received: from localhost ([::1]:52316 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ideoE-0002dG-Nj for ged-emacs-devel@m.gmane.org; Sat, 07 Dec 2019 13:28:02 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38234) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idenW-0002d4-M6 for emacs-devel@gnu.org; Sat, 07 Dec 2019 13:27:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idenU-0003f0-Ve for emacs-devel@gnu.org; Sat, 07 Dec 2019 13:27:17 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:60942) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1idenU-0003dq-Ow for emacs-devel@gnu.org; Sat, 07 Dec 2019 13:27:16 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 4FBEF10058D; Sat, 7 Dec 2019 13:27:15 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 99A0C1003C9; Sat, 7 Dec 2019 13:27:13 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1575743233; bh=es7NiCVYL/gQ1Km7F0ZXcFPW4VaD+/ZWYqeI5rwmeRY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=YFX0493xn+FwK2WJNDUP2IZc5/2IBJdmrbA32K69DFQdbqOWvvH/PbCaxbTplN9qs +RYqONdolz50YP4wS/eXstExpOk3FeERec20C/D68b1uqdIs9dzEJEnYe3BXff9/F7 M6bAW7K1uhqpPgPbmd1nNy/p1bquxh0cFHjuTUTTkohProTgzpYhohZSBoqrwyKsPe iJPvxD9CqjdAYCAlzRSi666hEKgzUX6pxQmAALA+UjrPhQwFvwxSOxmkPSXXbAkfxB IHN2Z4S+XMdRe/nvgIIFOpdExcOYGbAr59PHUHNQPRjMC3+0JA3oZZ8dSztM9Yu1TD WlHl4R3UzTbmw== Original-Received: from pastel (unknown [45.72.228.205]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5481F120635; Sat, 7 Dec 2019 13:27:13 -0500 (EST) In-Reply-To: <87d0d0f3l6.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sat, 07 Dec 2019 09:27:49 -0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243219 Archived-At: > Is the expectation that we'd actually be committing benchmarks to the > benchmarks package? I think so, yes. > Both approaches seem a bit awkward -- for the former, you'd > have to update the benchmark package whenever any other package updated > its benchmarks. Not sure what you mean by "other package". AFAIK this is meant as a benchmark of Elisp itself, so it shouldn't depend on anything else than Emacs and shouldn't be affected by changes in third party packages. Stefan