nbench is a port of the BYTEmark benchmark program. These are Native Mode (a.k.a. Algorithm Level) tests; benchmarks designed to expose the capabilities of a system's CPU, FPU, and memory system.
nbench is a port of the BYTEmark benchmark program. These are Native Mode (a.k.a. Algorithm Level) tests; benchmarks designed to expose the capabilities of a system's CPU, FPU, and memory system.
To install nbench-byte, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nbench-byte
To see what files were installed by nbench-byte, run:
port contents nbench-byte
To later upgrade nbench-byte, run:
sudo port selfupdate && sudo port upgrade nbench-byte
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.