Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricarkol/lmbench-alpine
lmbench 3 (from sourceforge/lmbench) with a slightly modified Makefile to build on alpine
https://github.com/ricarkol/lmbench-alpine
Last synced: 21 days ago
JSON representation
lmbench 3 (from sourceforge/lmbench) with a slightly modified Makefile to build on alpine
- Host: GitHub
- URL: https://github.com/ricarkol/lmbench-alpine
- Owner: ricarkol
- License: gpl-2.0
- Created: 2019-11-18T18:42:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T17:36:38.000Z (about 5 years ago)
- Last Synced: 2024-11-02T09:42:22.921Z (2 months ago)
- Language: C
- Size: 438 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
README for lmbench 2alpha8 net release.
To run the benchmark, you should be able to say:
cd src
make resultsIf you want to see how you did compared to the other system results
included here, saymake 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=/*### Build on a container:
cd docker
docker build .