Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.161 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.69; '*S*': 0.01; 'run,': 0.09; 'runs,': 0.16; 'wrote:': 0.18; 'tells': 0.24; 'typical': 0.24; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'subject:the': 0.34; 'received:google.com': 0.35; 'useful': 0.36; 'minimum': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'skip:* 10': 0.61; 'useful.': 0.68; '2015': 0.84; 'measure.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=+pE7E03VPwpzySDvvK3GGCGDq0N3Gk3qBsJEqBFNUCA=; b=ATU8yQZQAlGtaMOBwte50H8ICA3bn+6qwpanHDDj/WkHFl+mZGXKzIxQ6DuL0urUdA ccDV3f+AfCkJFu0Z9pJm+VROvqXH8h3T5Y5P8msRP4jNi8wW676qCw9TVYXLXtov18PW jJYicEQ9Bd0ZnBYIbZekYJKK00TwnNktKFzQzJv2NVZeTrb8p7TNz0D297VwDRczp0D1 7I/83vAUa82To645z8INnqvrYTQS3Ur0uzB+4ombVhry84C9eXf8oaOwb+5AQoUF6+wu LAqmvSCsPM5DaEHWegLa/yVeoWgHRXFG2aJdeHqN3tanxS9RMQvQvjYjAtXL1rdZDr4M idLA== X-Received: by 10.43.65.19 with SMTP id xk19mr1039238icb.20.1430891972543; Tue, 05 May 2015 22:59:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <55496de5$0$12993$c3e8da3$5496439d@news.astraweb.com> References: <87h9rvm576.fsf@Equus.decebal.nl> <871tixlmp6.fsf@Equus.decebal.nl> <750db03b-e393-43ff-9ccf-5cc050af7324@googlegroups.com> <87zj5jf15q.fsf@Equus.decebal.nl> <55490FAE.8070501@davea.name> <55492F55.1020105@davea.name> <55496de5$0$12993$c3e8da3$5496439d@news.astraweb.com> From: Ian Kelly Date: Tue, 5 May 2015 23:58:52 -0600 Subject: Re: Throw the cat among the pigeons To: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430891975 news.xs4all.nl 2944 [2001:888:2000:d::a6]:35584 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90029 On Tue, May 5, 2015 at 7:27 PM, Steven D'Aprano wrote: > Only the minimum is statistically useful. I disagree. The minimum tells you how fast the code *can* run, under optimal circumstances. The mean tells you how fast it *realistically* runs, under typical load. Both can be useful to measure.