[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [svnbench] Revision: 1101392 compiled May 10 2011, 10:07:15

From: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 11 May 2011 02:11:49 +0200

> -----Original Message-----
> From: Bert Huijben [mailto:bert_at_qqmail.nl]
> Sent: woensdag 11 mei 2011 2:03
> To: 'Daniel Shahaf'; neels_at_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:
> >
> > neels_at_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
Received on 2011-05-11 02:12:20 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.