This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/3] New make target 'check-perf' and new dir gdb.perf
- From: Doug Evans <dje at google dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Tue, 15 Oct 2013 10:14:28 -0700
- Subject: Re: [PATCH 1/3] New make target 'check-perf' and new dir gdb.perf
- Authentication-results: sourceware.org; auth=none
- References: <1380119209-25975-1-git-send-email-yao at codesourcery dot com> <1380119209-25975-2-git-send-email-yao at codesourcery dot com> <CADPb22Rrpa7_M9E-+LXP+K6cXFDErypUU1pehO0tJy1eZ=TfhQ at mail dot gmail dot com> <5255F47F dot 1050209 at codesourcery dot com>
Yao Qi writes:
> > I was thinking there is one time when IWBN to run the tests in parallel:
> > If I make a change to the test harness, I may want to run all the
> > tests in some reduced-size mode to verify I haven't broken anything.
> > I won't care what the perf results are - I'll just want to know that
> > things still work.:-) This can be left for later though.
>
> Or we can add some test cases to perf test harness, and they can be
> started by 'make check' too.
Sure.
Still, IWBN to be able to run the real tests to do regression checks.