From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: elisp-benchmarks Date: Sat, 07 Dec 2019 13:03:52 -0800 Message-ID: <87wob726h3.fsf@ericabrahamsen.net> 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="42521"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Andrea Corallo , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 07 22:04:41 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 1idhFl-000Asx-Rl for ged-emacs-devel@m.gmane.org; Sat, 07 Dec 2019 22:04:37 +0100 Original-Received: from localhost ([::1]:53322 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idhFk-0002k1-35 for ged-emacs-devel@m.gmane.org; Sat, 07 Dec 2019 16:04:36 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43918) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idhFC-0002jq-Qa for emacs-devel@gnu.org; Sat, 07 Dec 2019 16:04:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idhFB-0006bw-Br for emacs-devel@gnu.org; Sat, 07 Dec 2019 16:04:02 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:33152 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1idhFB-00061H-6A for emacs-devel@gnu.org; Sat, 07 Dec 2019 16:04:01 -0500 Original-Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 00669FA0E3; Sat, 7 Dec 2019 21:03:53 +0000 (UTC) In-Reply-To: (Stefan Monnier's message of "Sat, 07 Dec 2019 13:27:11 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 52.70.2.18 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:243222 Archived-At: Stefan Monnier writes: >> 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. Oh, I thought this was a general facility that other ELPA packages were supposed to be able to use, as well. If it's only for Elisp, maybe it could just go into core?