Re: Regression tests

Поиск
Список
Период
Сортировка
От des@des.no (Dag-Erling Smørgrav)
Тема Re: Regression tests
Дата
Msg-id 86ll6v31zl.fsf@xps.des.no
обсуждение исходный текст
Ответ на Re: Regression tests  (Neil Conway <neilc@samurai.com>)
Ответы Re: Regression tests  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> Dag-Erling Smørgrav wrote:
> > It doesn't stress the system anywhere near enough to reveal bugs in,
> > say, the shared memory or semaphore code.
> I agree -- I think we definitely need more tests for the concurrent
> behavior of the system.

Quite, but in the meantime, a good benchmark should stress the system
enough to cause crashes, lockups or at least incorrect results if a
bug is introduced in the shared memory or semaphore code, and will
definitely reveal any slowdowns introduced by new code, so my question
is: where can I find a good benchmark for PostgreSQL?  Note that I
don't care about comparing PostgreSQL to other RDBMSes; I just want to
a) test PostgreSQL under high concurrent load and b) if possible,
measure the performance impact of a patch.

DES
--
Dag-Erling Smørgrav - des@des.no


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Regression tests
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Regression tests