Re: Running all tests via Crave.io

2023-01-29 Thread Yuvraaj Kelkar
Updated default command to ./gradlew localSettings && ./gradlew --max-workers=`nproc` -Ptests.jvms=96 test Thanks, -Uv On Jan 29 2023, at 5:00 am, Ishan Chattopadhyaya wrote: > Thanks to Crave! Seems like there's Dual XEON 24 core processors > available on the system. > > I pushed the paralleli

Re: Running all tests via Crave.io

2023-01-29 Thread Ishan Chattopadhyaya
Thanks to Crave! Seems like there's Dual XEON 24 core processors available on the system. I pushed the parallelism to 96, and times reduced from 8.5 min to ~5.5 min. ~/crave run -- './gradlew localSettings && ./gradlew --max-workers=`nproc` -Ptests.jvms=96 test' The slowest tests (exceeding