From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: New "make benchmark" target Date: Fri, 13 Dec 2024 02:37:48 -0500 Message-ID: References: <87h679kftn.fsf@protonmail.com> <86frmt1k6w.fsf@gnu.org> <871pydjo23.fsf@protonmail.com> <87msh0j12c.fsf@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3163"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Pip Cet , Eli Zaretskii , Mattias =?utf-8?Q?Engdeg=C3=A5rd?= , Paul Eggert , emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 13 08:38:53 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tM0GD-0000eg-Ev for ged-emacs-devel@m.gmane-mx.org; Fri, 13 Dec 2024 08:38:53 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tM0FH-0003ik-3d; Fri, 13 Dec 2024 02:37:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tM0FD-0003iJ-Fl for emacs-devel@gnu.org; Fri, 13 Dec 2024 02:37:52 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tM0FB-0003o4-6d; Fri, 13 Dec 2024 02:37:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=hVjc/Hyp/S7eNsmjovVzUniT5WokkUeyXtEIi5LKQas=; b=HxQj0uF6AHCJofXLpyS+ spv7VUxtkRIhB83UB0O6m25YaKvCGqxHJi7eVxJv8dnRPnv63u6K5NUUqDDGL/l5+4H+5MLmLCjJS pekM31EiL0Og4J6/iOSM5d8/EmjHHyDbLdku190AOf73Y4KJjd7HHNFePbtOgt26bbepHqJpzYA6Z vZT11f/CEKOzo4HUkIh/xcAIR2ND9tglVv4wx+s86/eTpRRq63JqgFFE16fhzqOhrF82K3MfmNick LlTHo56Its1DEjY2NmUKuvJAPsXfFc12jQ5Myz+7hohxV5dwfvvLkxPFHXolKSJKtRvhHHgn+k8p6 4R05riu0RKhxNw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tM0FA-0006rn-B4; Fri, 13 Dec 2024 02:37:48 -0500 In-Reply-To: (Stefan Kangas's message of "Thu, 12 Dec 2024 16:49:51 -0800") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:326450 Archived-At: Stefan Kangas writes: > Pip Cet writes: > >> I agree a full benchmark suite would be even better, I don't recall why >> I typed "reduced" there. So let's do that? > > Please go ahead, thanks. Asking as elisp-benchmark author/maintainer, the way to move an external package in core is to copy the files and keep them manually in sync or there are other ways?