
-
Really interesting benchmarks. Over 400 were performed with the Phoronix Test Suite. Kernel compilation was 58 seconds with my PC configuration. Ryzen 9 7950X was definitely the winner in the majority of benchmarks.
“Coming in first place most often was the Ryzen 9 7950X at 40.7% while the Ryzen 9 7950X3D 3D V-Cache processor led 12% of the time and then the Intel Core i9 14900K led 31% of the time.
When taking the geometric mean of all the performance benchmark results ran on all 18 processors, the Ryzen 9 7950X was the firm first place performer for this wide range of workloads tested. The Ryzen 9 7950X was 13.5% faster than the Core i9 14900K. The Ryzen 9 7950X3D scored a comfortable second place finish and it was around 8% faster than the i9-14900K.”


https://www.phoronix.com/review/amd-ryzen-intel-core-linux610
-
New script to check for stale symlinks on a FreeBSD system before and after “make installworld”.

https://github.com/freebsd/freebsd-src/commit/e880dd644f63fbe068c38b73b44aa7e7c5f176f3
-
“Designed for datacenter-grade read-intensive storage applications”


-
After installing the 14.1 point release I decided to follow the stable/14 branch.
First step was to pull the source code and checkout to the stable branch. After that build world and build the kernel. I used 4 jobs as my processor has 4 cores. Use this command accordingly to your core/thread number.
Curious to see how my AMD Ryzen 9 7950x3d performs !!
- cd /usr/src/
- git clone –branch stable/14 https://git.FreeBSD.org/src.git
- make -j4 -DNO_CLEAN buildworld
- make -j4 -DNO_CLEAN buildkernel
- make installkernel
- shutdown -r now
- cd /usr/src
- make installworld
- shutdown -r now
Kernel build in 716 seconds ~ 11 minutes

Voilà !









