I had been benchmarking our projects gradle builds on mac-studio and linux/ubuntu distro. While benchmarking, noticed performance overhead when gradle build packs or unpacks cache entries, basically worse disk i/o as compared to linux OS.
Why unpacking cache-entries on mac-os is slower as compared to ubuntu. I ran the benchmark using gradle-profiler, i can confirm jdk used on mac-os are arm based.