summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
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
commitbc2ad46b475e4ed5cbda06647b9bdef63e843e9e (patch)
tree46e60fc3a75816e61ff4a5f7f8347253342b76ef /perf
parent0a2720b1d546a850e726c9ec5c66a43e3ae6b8b6 (diff)
configure: remove dangling --enable-mt from configure help
Diffstat (limited to 'perf')
-rw-r--r--perf/Makefile2
-rwxr-xr-xperf/create-report.rb1
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]