this post was submitted on 26 Oct 2023
11 points (92.3% liked)

Linux

8126 readers
23 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

I'm creating own Linux distro specifically for testing hardware. Currently i included some benchmarks, but is hard to find these good ones, every search results in software from 199x. Could you please give me some suggestions? I know these:

  • Phoronix Test Suite (please tell me which benchmarks are you using)
  • 7zip > working good
  • y-cruncher > working good
  • Basemark - have seen a lot of crashes on different devices not related to hardware issues
  • Geeks3D GPU Test (window content freezes but fps and frame times are still showing happens on every device just matter of time)
  • Unigine family benchmarks (Heaven not working on some devices, Superposition is too big in size)
  • KDisk Mark

Searching mainly for GPU benchmarks/stress testing software, working on Vulkan is a big addition too. Thanks for answers!

you are viewing a single comment's thread
view the rest of the comments
[–] al177@lemmy.sdf.org 1 points 1 year ago

For a system level stress that hits cpu and memory hard, get the kernel, unpack, then

while make mrproper && make defconfig && make -j vmlinux && make -j modules; do date >> last_build.log; done