> -----Original Message----- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: woensdag 11 mei 2011 2:03 > To: 'Daniel Shahaf'; ne...@apache.org; 'Neels Hofmeyr' > Cc: 'dev' > Subject: RE: [svnbench] Revision: 1101392 compiled May 10 2011, 10:07:15 >
> > Are you sure? The script's output seems a little bit too consistent: > > > > ne...@apache.org wrote on Tue, May 10, 2011 at 11:57:35 +0000: > > > ("1.23|+0.45" means factor=1.23, difference in seconds = 0.45 > > > factor < 1 or difference < 0 means '5x5_trunk' is faster than '5x5_1.6') > > .. > > > ("1.23|+0.45" means factor=1.23, difference in seconds = 0.45 > > > factor < 1 or difference < 0 means '100x1_trunk' is faster than > '100x1_1.6') > > .. > > > ("1.23|+0.45" means factor=1.23, difference in seconds = 0.45 > > > factor < 1 or difference < 0 means '1x100_trunk' is faster than > '1x100_1.6') > > .. > > > ("1.23|+0.45" means factor=1.23, difference in seconds = 0.45 > > > factor < 1 or difference < 0 means 'total_trunk' is faster than > 'total_1.6') > > This is just the explanation how you should read the numbers. The real > numbers are in the tables (which you removed from this mail) See http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/benchmarks/suite1 /benchmark.py Line 203: s.extend([ '("1.23|+0.45" means factor=1.23, difference in seconds = 0.45', 'factor < 1 or difference < 0 means \'%s\' is faster than \'%s\')' % (self.name, othername)]) > > Bert