Re: CI speed improvements for FreeBSD

2024-03-12 Thread Thomas Munro
On Wed, Mar 13, 2024 at 4:50 AM Maxim Orlov wrote: > I looked at the changes and I liked them. Here are my thoughts: Thanks for looking! Pushed.

Re: CI speed improvements for FreeBSD

2024-03-12 Thread Maxim Orlov
Hi! I looked at the changes and I liked them. Here are my thoughts: 0001: 1. I think, this is a good idea to use RAM. Since, it's still a UFS, and we lose nothing in terms of testing, but win in speed significantly. 2. Change from "swapoff -a || true" to "swapoff -a" is legit in my view, since

Re: CI speed improvements for FreeBSD

2023-08-27 Thread Thomas Munro
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 t