summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel+cairo@molgen.mpg.de>2018-10-16 12:21:06 +0200
committerBryce Harrington <bryce@bryceharrington.org>2018-10-16 10:03:07 -0700
commit1c9201721d4c3ad667214cb2032e038e57395feb (patch)
tree3b169c6564bd329f6e69ead607d0636ae5b05385 /perf
parent15ad6ca3e1ae2f34da4de1c81ac085031e1de8d1 (diff)
downloadcairo-1c9201721d4c3ad667214cb2032e038e57395feb.tar.gz
Use HTTPS URLs for freedesktop.org domains
Run the command below suggested by geirha in ##sed@irc.freenode.net. git grep -l 'http://.*freedesktop.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}freedesktop\.org\)|https\1|g' Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Diffstat (limited to 'perf')
-rw-r--r--perf/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/README b/perf/README
index 9e402098a..1b1c19a1f 100644
--- a/perf/README
+++ b/perf/README
@@ -8,7 +8,7 @@ which will give a report of the speed of each individual test. See
more details on other options for running the suite below.
A macro test suite (with full traces and more intensive benchmarks) is
-also available; for this, see http://cgit.freedesktop.org/cairo-traces.
+also available; for this, see https://cgit.freedesktop.org/cairo-traces.
The macro-benchmarks are better measures of actual real-world
performance, and should be preferred over the micro-benchmarks (and over
make perf) for identifying performance regressions or improvements. If