diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | perf/Makefile | 2 | ||||
-rwxr-xr-x | perf/create-report.rb | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 67bfc960..b146c447 100644 --- a/configure.ac +++ b/configure.ac @@ -1088,7 +1088,6 @@ Optional features: Build workshop: $enable_workshop Build website: $have_asciidoc SIMD: sse:$enable_sse mmx:$enable_mmx - Multi threading: $enable_mt Optional dependencies: asciidoc: $have_asciidoc 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] |