This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 0/3] GDB Performance testing


Yao Qi writes:
 > This patch series implement GDB performance testing infrastructure
 > according to the design I posted here
 > <https://sourceware.org/ml/gdb-patches/2013-08/msg00380.html>
 > 
 > Here are some highlights:
 > 
 >   - Performance testing can be run via 'make check-perf'
 >   - GDB and GDBServer is started by dejagnu, so the usage of
 > 'make check-perf' is same as the usage of existing 'make check'.
 >   - Performance test result is saved in testsuite/perftest.log, which
 > is appended in multiple runs.
 >   - Workload of each test can be customized by passing parameters to
 > 'make check-perf'.

These are all great, modulo "Consistency Is Good" tells me performance
test results should overwrite perftest.log.  That's what "make check" does.
One could make that configurable, but IWBN if the default behaviour
was consistent.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]