From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41893 invoked by alias); 20 Nov 2019 22:11:09 -0000 Mailing-List: contact bunsen-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Sender: bunsen-owner@sourceware.org Received: (qmail 41856 invoked by uid 48); 20 Nov 2019 22:11:06 -0000 From: "me at serhei dot io" To: bunsen@sourceware.org Subject: [Bug bunsen/25091] [v1.0] analysis: which regressions are truly new? Date: Tue, 01 Jan 2019 00:00:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: bunsen X-Bugzilla-Component: bunsen X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: me at serhei dot io X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bunsen at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q4/txt/msg00007.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25091 --- Comment #1 from Serhei Makarov --- Committed a basic version of +new_regressions, now that I'm satisfied it ru= ns in reasonable (roughly constant in the length of history) memory and finish= es in an extravagant (but not indefinitely-increasing) amount of time. There may be some bugs to fix, not closing the PR yet. Because the memory is constant as the algorithm computes *forward* over the history, the next logical step is to cache the algorithm state and reuse it= as new testruns are added for more recent commits. That would solve the extravagant-amount-of-time problem in practical use. --=20 You are receiving this mail because: You are the assignee for the bug.