Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Power Limits vs Geekbench 6.4 Results (Ubuntu 25.04 performance mode)

PL1/PL2singlemultith ratio%,of maxVulkanURL to test results
10183185654.659%12608CPU, GPU
20252093073.764%23895CPU, GPU
302622107904.174%28420CPU, GPU
402610122624.785%29486CPU, GPU
502624131355.091%29379CPU, GPU
602624136375.294%29610CPU, GPU
702622139315.397%29518CPU, GPU
802604142575.599%29522CPU, GPU
902618142635.499%29430CPU, GPU
1002614143965.5100%29381CPU, GPU

Execute test

Code Block
cd /root/Geekbench/Geekbench-6.4.0-Linux
# CPU Tests
for power in 10 20 30 40 50 60 70 80 90 100; do echo; echo ============== $power ==============; /root/setPL.sh $power $power; ./geekbench6; echo; done
# GPU Tests OpenCL
for power in 10 20 30 40 50 60 70 80 90 100; do echo; echo ============== $power ==============; /root/Geekbench-6.4.0-Linux/geekbench6setPL.sh $power $power; ./geekbench6 --gpu OpenCL  ; echo; done  
# GPU Tests Vulkan
for power in 10 20 30 40 50 60 70 80 90 100; do echo; echo ============== $power ==============; /root/setPL.sh $power $power; /root/Geekbench-6.4.0-Linux/geekbench6 --gpu Vulkan ; echo; done

...