From: Andrew Tridgell Date: Wed, 27 Mar 2002 03:30:47 +0000 (+0100) Subject: added some basic speed results with rsync X-Git-Tag: v1.0~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09cf1d2364e4486f3d6db51b7146ec36c869a5f5;p=thirdparty%2Fccache.git added some basic speed results with rsync --- diff --git a/README b/README index cf0775f8c..5fb296ad1 100644 --- a/README +++ b/README @@ -76,6 +76,15 @@ are: Note however that ccache is a very new piece of code (as of March 2002) whereas Erik's scripts have had a *lot* more testing. +The overall speedup compared to compilercache is quite dramatic. For +compiling rsync I get: + + compilercache uncached 28.9 seconds + compilercache cached 10.5 seconds + + ccache uncached 24.6 seconds + ccache cached 4.6 seconds + How it works ------------