pgsql: ci: macos: Reduce test concurrency

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: ci: macos: Reduce test concurrency
Дата
Msg-id E1oemOL-000Urt-4c@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
ci: macos: Reduce test concurrency

Test performance regresses noticably when using all cores. This is more
pronounced with meson than with autoconf, presumably because meson will
schedule the "full number" of tests more consistently.  8 seems to work
OK.

Discussion: https://postgr.es/m/20220927040208.l3shfcidovpzqxfh@awork3.anarazel.de
Backpatch: 15-, where CI was introduced

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d2f08310490d63c4cc097243ba63a1601316c17

Modified Files
--------------
.cirrus.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: meson: Add prefix=/usr/local/pgsql to default_options
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: ci: enable various runtime checks on FreeBSD and macOS