Thread: PostgreSQL 7.3.4 code coverage with OSDL DBT-2

PostgreSQL 7.3.4 code coverage with OSDL DBT-2

From
markw@osdl.org
Date:
http://developer.osdl.org/markw/pgsql/7.3.4-1/

I used lcov to generate some fancy webpages that shows code coverage of
PostgreSQL 7.3.4 from running our DBT-2 workload (TPC-C derivative)
against it.  I still have some kinks to work out of the workload, but is
this something that would interest folks?

-- 
Mark Wong - - markw@osdl.org
Open Source Development Lab Inc - A non-profit corporation
12725 SW Millikan Way - Suite 400 - Beaverton, OR 97005
(503)-626-2455 x 32 (office)
(503)-626-2436      (fax)
http://www.osdl.org/archive/markw/


Re: PostgreSQL 7.3.4 code coverage with OSDL DBT-2

From
Neil Conway
Date:
On Thu, Aug 07, 2003 at 03:43:45PM -0700, markw@osdl.org wrote:
> I used lcov to generate some fancy webpages that shows code coverage of
> PostgreSQL 7.3.4 from running our DBT-2 workload (TPC-C derivative)
> against it.

Cool -- one thing I've been meaning to do for a while is to get some code
coverage data for the regression test suite. I'll try to set that up fairly
soon.

-Neil