From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: mark expensive tests Date: Mon, 4 Jan 2016 09:56:10 -0800 Organization: UCLA Computer Science Department Message-ID: <568AB23A.80904@cs.ucla.edu> References: <8337vab7nx.fsf@gnu.org> <0d7fkmdxj1.fsf@fencepost.gnu.org> <566D0BEB.4010707@cs.ucla.edu> <52wpsif21j.fsf@fencepost.gnu.org> <6tpoy9aorv.fsf@fencepost.gnu.org> <83fuz54sfk.fsf@gnu.org> <566F5371.7010506@cs.ucla.edu> <87wprqzb0y.fsf_-_@gmx.de> <56898729.3070401@cs.ucla.edu> <83r3hx73ce.fsf@gnu.org> <568AA2C5.2080205@cs.ucla.edu> <8337ud6z70.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1451930196 19323 80.91.229.3 (4 Jan 2016 17:56:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2016 17:56:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 04 18:56:25 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aG9Ml-0000Kk-P6 for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2016 18:56:23 +0100 Original-Received: from localhost ([::1]:46526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG9Ml-0008JV-9E for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2016 12:56:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG9Mf-0008JD-4P for emacs-devel@gnu.org; Mon, 04 Jan 2016 12:56:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG9Me-0004cd-E5 for emacs-devel@gnu.org; Mon, 04 Jan 2016 12:56:17 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:49029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG9Ma-0004cB-KX; Mon, 04 Jan 2016 12:56:12 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id BE7831607CC; Mon, 4 Jan 2016 09:56:11 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id PYj7Ap6NlEnP; Mon, 4 Jan 2016 09:56:11 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 1DA5D16083D; Mon, 4 Jan 2016 09:56:11 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VIE8QtJ-eHqc; Mon, 4 Jan 2016 09:56:11 -0800 (PST) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 0547F1607CC; Mon, 4 Jan 2016 09:56:11 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 In-Reply-To: <8337ud6z70.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197618 Archived-At: On 01/04/2016 09:18 AM, Eli Zaretskii wrote: >> it takes 13 minutes with 'make', 11 minutes with 'make -j4'. > Is this on master or on emacs-25? The former is much slower. (I was > timing emacs-25.) > Ah, sorry, my times were for master. For emacs-25, 'make check' takes 2.7 minutes, 'make -j4 check' takes 1.5 minutes. These times assume the test .el files are already built. For me this is merely annoyingly slow, not "let's skip the tests" slow like on master.