/BenchUtil

CPU Benchmarking Tool which calculates IOPS and FLOPS.

Primary LanguageCDo What The F*ck You Want To Public LicenseWTFPL

BenchUtil

CPU Benchmarking Tool by calculating IOPS and FLOPS.

Build Binaries

  $ make

Cleaning Old Build

  $ make clean

Install Binaries

  $ sudo make install

Uninstall Binaries

  $ sudo make uninstall

Usage

  $ iops32 $(nproc)
  $ iops64 $(nproc)
  $ flops32 $(nproc)
  $ flops64 $(nproc)