From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Tree-sitter integration on feature/tree-sitter Date: Thu, 12 May 2022 10:12:36 +0300 Message-ID: <83v8ubp6l7.fsf@gnu.org> References: <87y1zabmbt.fsf@gmail.com> <5F186EBD-CD21-422B-8B4F-0D5424173334@gmail.com> <875ymdwf76.fsf@gmail.com> <011DA1A3-0FA8-4449-878A-FD6B336B0F1B@gmail.com> <8735hhw75p.fsf@gmail.com> <83czgks4ss.fsf@gnu.org> <87wnesuw63.fsf@gmail.com> <83pmkkqhft.fsf@gnu.org> <87tu9wukbt.fsf@gmail.com> <83ee10qbk7.fsf@gnu.org> <8F6A43D1-D1EA-4602-A245-627DB7960FC2@gmail.com> <054C830D-64FE-4347-85EF-054BF305DB49@gmail.com> <837d6rqqed.fsf@gnu.org> <3781ADE6-C7F0-4745-827B-2B033A835C54@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4415"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yoavm448@gmail.com, emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 12 09:15:22 2022 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 1np32g-0000yc-Ak for ged-emacs-devel@m.gmane-mx.org; Thu, 12 May 2022 09:15:22 +0200 Original-Received: from localhost ([::1]:38870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1np32f-00088N-69 for ged-emacs-devel@m.gmane-mx.org; Thu, 12 May 2022 03:15:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1np300-0006KC-8G for emacs-devel@gnu.org; Thu, 12 May 2022 03:12:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58364) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1np2zz-0002cb-SC; Thu, 12 May 2022 03:12:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=bx1GCtAK72l0oYJ+gmWgh7EIcN3hVRIH3c9EQ/j4yzY=; b=eEfKIPHUpcdY9DfQqZWZ I9zWju/XpvWHkvJW4UhaaoNjuIvouK9tg9t5LiyUVFhCQ22giry+PO5nshh6TXhu2rfhpJEQNRdDW 3tawfERh4GB56LshCFO6+JO7uo6x0jNNGqIFdhdAWFwhmle4U6FhLS4kRVlmzCCXNV23D3Me9bJyv pzULRFpOtP8doZN9pv0vK2ZE4XGhwZQOpocelRGT5YoleC74dTqUV7HRJB6jhxelTQVogfOIIzXmm D0YCGwfRe0sOrLhpaB99W/pHFgV+h53MHGKxnbX3GA4Z10HfjiR9tIUmiICOcebPUOg0inWFaO1pQ +2i6JcWCOacUzg==; Original-Received: from [87.69.77.57] (port=3048 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1np2zy-0001x4-6h; Thu, 12 May 2022 03:12:35 -0400 In-Reply-To: <3781ADE6-C7F0-4745-827B-2B033A835C54@gmail.com> (message from Yuan Fu on Wed, 11 May 2022 23:10:40 -0700) 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" Xref: news.gmane.io gmane.emacs.devel:289666 Archived-At: > From: Yuan Fu > Date: Wed, 11 May 2022 23:10:40 -0700 > Cc: yoavm448@gmail.com, > emacs-devel@gnu.org > > > Btw, how about adding this and other benchmarks to the test suite? We > > may wish to use them later, to measure potential speedups or > > slowdowns. > > Sure, could you give me some pointers to adding a timed test suite? I don’t find anything like that in ERT, except :expensive-test. Just put it in test/manual/, and add some minimal instructions to the .el file(s) explaining how to run the benchmarks.