Skip to content
forked from intel/lmbench

Fork of intel's lmbench for benchmarking Lind systems

License

Notifications You must be signed in to change notification settings

Lind-Project/lmbench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for lmbench 2alpha8 net release.

To compile all the tests, you should run:

	cd src && make lmbench

Compiled binaries are stored in bin/<your-os-type>/.

To run the benchmark, you should be able to say:

	cd src
	make results

If you want to see how you did compared to the other system results
included here, say

	make see

Be warned that many of these benchmarks are sensitive to other things
being run on the system, mainly from CPU cache and CPU cycle effects.
So make sure your screen saver is not running, etc.

It's a good idea to do several runs and compare the output like so

	make results
	make rerun
	make rerun
	make rerun
	cd Results && make LIST=<your OS>/*

About

Fork of intel's lmbench for benchmarking Lind systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.6%
  • Shell 19.2%
  • Makefile 6.2%
  • Other 1.0%