diff options
author | Øyvind Kolås <pippin@gimp.org> | 2010-12-17 21:01:39 +0000 |
---|---|---|
committer | Øyvind Kolås <pippin@gimp.org> | 2010-12-19 01:00:46 +0000 |
commit | bc2ad46b475e4ed5cbda06647b9bdef63e843e9e (patch) | |
tree | 46e60fc3a75816e61ff4a5f7f8347253342b76ef /perf | |
parent | 0a2720b1d546a850e726c9ec5c66a43e3ae6b8b6 (diff) |
configure: remove dangling --enable-mt from configure help
Diffstat (limited to 'perf')
-rw-r--r-- | perf/Makefile | 2 | ||||
-rwxr-xr-x | perf/create-report.rb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perf/Makefile b/perf/Makefile index 320f1f44..5de98676 100644 --- a/perf/Makefile +++ b/perf/Makefile @@ -2,7 +2,7 @@ PROJECT_PATH = ../ # number of revisions to create START_REV = master -REVISIONS = 4 +REVISIONS = 40 #comment the following line out to see what the makefile is doing .SILENT: diff --git a/perf/create-report.rb b/perf/create-report.rb index a6298ec8..95f677ef 100755 --- a/perf/create-report.rb +++ b/perf/create-report.rb @@ -56,6 +56,7 @@ class Database end } min + 0 end def add_run(run) @runs = @runs + [run] |