Buildfarm remote execution scaling
I'm using the latest Buildfarm version. I managed to setup remote execution with Bazel. I can see the build time improvement (~25%) when I add the second remote server/worker. Beyond that, adding worker/server 3 and 4 does not improve the build time almost at all.
So there is a bottleneck somewhere but I could not figure out where. My buildfarm server config and the worker config are slightly modified example configs. (Higher cache limits, timeouts, cores)
Note: For this comparison I was building with the caching disabled --noremote_accept_cached.