• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H27-Nov-2007-21,16920,389

results/H03-May-2022-334224

scripts/H03-May-2022-11,44210,244

src/H03-May-2022-16,89412,887

ACKNOWLEDGEMENTSH A D13-Nov-20071.8 KiB8478

CHANGESH A D19-Jun-20013.6 KiB8373

COPYINGH A D31-Jan-200017.6 KiB340281

COPYING-2H A D05-Jul-20005.6 KiB10990

MakefileH A D04-Sep-20051.6 KiB7544

READMEH A D31-Jan-2000561 2416

hbench-REBUTTALH A D31-Jan-20009.7 KiB246189

README

1README for lmbench 2alpha8 net release.
2
3To run the benchmark, you should be able to say:
4
5	cd src
6	make results
7
8If you want to see how you did compared to the other system results
9included here, say
10
11	make see
12
13Be warned that many of these benchmarks are sensitive to other things
14being run on the system, mainly from CPU cache and CPU cycle effects.
15So make sure your screen saver is not running, etc.
16
17It's a good idea to do several runs and compare the output like so
18
19	make results
20	make rerun
21	make rerun
22	make rerun
23	cd Results && make LIST=<your OS>/*
24