lmbench: Fix "make html" graph failure The html-list perl script cannot parse the first line of the result files about the lmbench version. Additional fixes are to make the result's html pages easier to understand. Signed-off-by: Lin Yu Signed-off-by: Fupan Li Reworded patch description. Upstream-status: inappropriate [ configuration ] Signed-off-by: Mark Hatle diff --git a/results/Makefile b/results/Makefile index 0935376..1ef9a15 100644 --- a/results/Makefile +++ b/results/Makefile @@ -186,6 +186,7 @@ paper: # scratch makes you want a Ghz machine. html: dirs -make clean + make ps #$(SCRIPTS)bghtml $(BG) $(SCRIPTS)html-list $(LIST) $(MK) LIST="$(LIST)" summary > HTML/summary.out 2> HTML/summary.errs diff --git a/scripts/html-list b/scripts/html-list index 9850461..6383115 100755 --- a/scripts/html-list +++ b/scripts/html-list @@ -14,7 +14,7 @@ open(H, ">HTML/specific.html"); print H <LMBENCH System Results

LMBENCH System Results

-

Summary of results

+

Summary of results


EOF @@ -47,7 +47,7 @@ foreach $os (@os) { open(F, $file); $_ = ; close(F); - next unless /lmbench1.[01]/; + next unless /lmbench[0-9]+.[01]/; chop; $title = $_; #s/.lmbench1.? results for //; @@ -103,10 +103,7 @@ EOF if $i < $#os; print S<$title -Information on this benchmark (Not up to date)

\n

- -LMBENCH table of contents System results table of contents