diff options
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/build-perf-test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh index f48220a3c3..ee30409569 100755 --- a/scripts/contrib/build-perf-test.sh +++ b/scripts/contrib/build-perf-test.sh | |||
@@ -165,6 +165,10 @@ else | |||
165 | echo "DL_DIR = \"$clonedir/build-perf-test/downloads\"" >> conf/local.conf | 165 | echo "DL_DIR = \"$clonedir/build-perf-test/downloads\"" >> conf/local.conf |
166 | fi | 166 | fi |
167 | 167 | ||
168 | # Sometimes I've noticed big differences in timings for the same commit, on the same machine | ||
169 | # Disabling the network sanity check helps a bit (because of my crappy network connection and/or proxy) | ||
170 | echo "CONNECTIVITY_CHECK_URIS =\"\"" >> conf/local.conf | ||
171 | |||
168 | # | 172 | # |
169 | # Functions | 173 | # Functions |
170 | # | 174 | # |