Jelte Fennema-Nio <postg...@jeltef.nl> writes: > Okay turns out even generating them in parallel isn't any faster than > running that sequentially. I guess it's because of the strong random > generation being the slow part. Command I used was the following and > took ~5 seconds on my machine:
> make -C src/test/ssl sslfiles-clean && make -C src/test/ssl sslfiles -j20 Just for comparison's sake, this takes about 2 minutes on mamba's host. Now that's certainly museum-grade hardware, but I don't think it's even the slowest machine in the buildfarm. On a Raspberry Pi 4B, it was about 25 seconds. (I concur with your result that parallelism helps little.) regards, tom lane