Re: CI speed improvements for FreeBSD

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CI speed improvements for FreeBSD
Date: 2023-08-27 23:24:39
Message-ID: CA+hUKGKG7qBE1-H+R8XH8G3+Bw_WMd7LbD8k==JQcVWL+gFUPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

And after adding this to the commitfest, here's the first cfbot run.
The gain was due to "test_world" which shows a greater-than-2x speedup
(~4:30 -> ~2:08) from 2x CPUs. That is nice for humans who want the
answer as soon as possible, but note that the resource usage cost
might go up because of the non-parallel parts now wasting more idle
CPUs: git clone, meson configure etc (as they do on every platform).

https://cirrus-ci.com/build/6060109692928000

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-08-27 23:44:22 Re: New WAL record to detect the checkpoint redo location
Previous Message Thomas Munro 2023-08-27 22:29:39 CI speed improvements for FreeBSD