forked from intel/lmbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (19 loc) · 683 Bytes
/
README
File metadata and controls
29 lines (19 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>/*