Skip to content

Harness for performing LMBench benchmarking using GCC

Notifications You must be signed in to change notification settings

ryanspoone/autolmbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated LMBench

This harness performs LMBench memory bandwidth and latency benchmarking.

Download and Run

To download these files, first install git:

yum install git

Or if you are using a Debian-based distribution:

apt-get install git

Clone this repository:

git clone https://github.com/ryanspoone/autolmbench.git

Change directories and run this script:

cd autolmbench/
chmod +x autolmbench
./autolmbench

Usage

Change to directory where files are, then start benchmarking by issuing the following command:

For a full run:

./autolmbench

Customized run:

./autolmbench [OPTIONS...]

Where the options are:

Option GNU long option Meaning
-h --help Show this message.
-p --prerequisites Install prerequisites.
-t [n] --threads [n] Override the number of threads to use.
-i [value] --iterations [value] Set the number of iterations.

About

Harness for performing LMBench benchmarking using GCC

Topics

Resources

Stars

Watchers

Forks

Languages