Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'doing?': 0.09; 'indication': 0.09; 'preferable': 0.09; 'system?': 0.09; 'useless': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'utterly': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'tests': 0.18; 'platforms': 0.18; 'bit': 0.21; 'own.': 0.22; 'ticket': 0.24; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'code': 0.31; 'could': 0.32; 'to:addr :python-list': 0.33; 'operations': 0.33; 'received:google.com': 0.34; 'open': 0.35; 'pm,': 0.35; 'but': 0.36; 'test': 0.36; 'subject: (': 0.36; 'being': 0.37; 'quite': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'performance': 0.39; 'to:addr:python.org': 0.39; 'build': 0.39; 'your': 0.60; 'share': 0.61; 'details': 0.63; 'real-world': 0.65; '2013': 0.84; 'more:': 0.84; 'replicate': 0.84; 'slowed': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=L5RS6hzDjsVf/wLTrXK3EYdQkr9D4zKBmk3o/JrrFj4=; b=tQOBA0z0m6j5ZfrJsyAEIu1wtV/C46hXgcxP173RA+H9mnZ1umApPsaxXAMkKgmhOE nQmle7+xMOs/gmK7UBBvFXmAZ4IwoExQEhlImRRcuv6AdNCktyLn+jDUa8BFCqIX1SR9 fzdy+JAt/en2E6jnNbdYicI4O0bjANz4Zpo0BgRSd30nEiVMrrh8Fv+dHiE00qaI98zp gA+C1ZSsrm5W+wzkY+O2dEMWaoPe0MBd8yNpJv8ONZQGb6O16ryNVwzFygyWvh/l//S2 gaZRcG7lNGXU9FrEx61IkolokFRQ8vTI/IAQtsvKa9BuIhaES9UPx7NRgD96pa8A36b/ kdYA== MIME-Version: 1.0 X-Received: by 10.58.50.7 with SMTP id y7mr8194476ven.24.1363170754802; Wed, 13 Mar 2013 03:32:34 -0700 (PDT) In-Reply-To: <23a42297-9262-4ace-87ad-138999b1ddd6@z3g2000vbg.googlegroups.com> References: <23a42297-9262-4ace-87ad-138999b1ddd6@z3g2000vbg.googlegroups.com> Date: Wed, 13 Mar 2013 21:32:34 +1100 Subject: Re: A reply for rusi (FSR) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363170763 news.xs4all.nl 6932 [2001:888:2000:d::a6]:53435 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41167 n Wed, Mar 13, 2013 at 8:36 PM, jmfauth wrote: > #~ py323 py330 > > #~ test 1: 0.015357737412819 0.019290216142579 > ... > #~ test 35: 0.099810130396032 0.249129715085319 > But these numbers are utterly useless on their own. We need to know quite a bit more: 1) What are these tests doing? Preferably, share the exact code so that we can replicate your tests and see the same performance regression. 2) Full details on the platforms being tested. (Operating system? Word size (32/64)? Narrow/wide build of 3.2.3?) 3) Preferably, evidence that these tests are a fair sample of real-world use-cases. 4) Also preferable but not critical: Some indication of which operations have slowed down, which could then be used to open a ticket that someone can look into. ChrisA