Skip to content

joe820730/cpuburn-arm

 
 

Repository files navigation

cpuburn

A collection of cpuburn programs tuned for different ARM hardware

Compile:

Download NDK from https://developer.android.com/ndk/downloads and extract it. Set NDK_ROOT path:

export NDK_ROOT=/path/to/your/ndk

Run the build script:

./build.sh

Run:

Push the binary to your device:

adb push out/cpuburn-arm64 /data/local/tmp/

Run the binary on your device:

adb shell
cd /data/local/tmp
chmod +x cpuburn-arm64
./cpuburn-arm64

About

A collection of cpuburn programs tuned for different ARM hardware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 62.2%
  • Ruby 32.6%
  • C 4.3%
  • Shell 0.9%