From solipsis at pitrou.net Wed Apr 17 21:40:23 2013 From: solipsis at pitrou.net (Antoine Pitrou) Date: Wed, 17 Apr 2013 21:40:23 +0200 Subject: [Speed] Disable timelines by default? Message-ID: <20130417214023.054c1644@fsol> Hello, I get routinely annoyed by the "timelines" feature of perf.py. At best, it makes benchmarking slower because it requests a short URL for each benchmark. At worse, it can crash the benchmark suite when the Web service fails to respond. Could we disable the timelines by default? Regards Antoine. From alex.gaynor at gmail.com Wed Apr 17 21:41:43 2013 From: alex.gaynor at gmail.com (Alex Gaynor) Date: Wed, 17 Apr 2013 12:41:43 -0700 Subject: [Speed] Disable timelines by default? In-Reply-To: <20130417214023.054c1644@fsol> References: <20130417214023.054c1644@fsol> Message-ID: Sounds reasonable to me, I don't htink I've ever used that feature. Alex On Wed, Apr 17, 2013 at 12:40 PM, Antoine Pitrou wrote: > > Hello, > > I get routinely annoyed by the "timelines" feature of perf.py. At best, > it makes benchmarking slower because it requests a short URL for each > benchmark. At worse, it can crash the benchmark suite when the Web > service fails to respond. Could we disable the timelines by default? > > Regards > > Antoine. > > > _______________________________________________ > Speed mailing list > Speed at python.org > http://mail.python.org/mailman/listinfo/speed > -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero GPG Key fingerprint: 125F 5C67 DFE9 4084 -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandre at peadrop.com Thu Apr 18 01:55:26 2013 From: alexandre at peadrop.com (Alexandre Vassalotti) Date: Wed, 17 Apr 2013 16:55:26 -0700 Subject: [Speed] Disable timelines by default? In-Reply-To: <20130417214023.054c1644@fsol> References: <20130417214023.054c1644@fsol> Message-ID: On Wed, Apr 17, 2013 at 12:40 PM, Antoine Pitrou wrote: > > Hello, > > I get routinely annoyed by the "timelines" feature of perf.py. At best, > it makes benchmarking slower because it requests a short URL for each > benchmark. At worse, it can crash the benchmark suite when the Web > service fails to respond. Could we disable the timelines by default? > I like that feature though I wouldn't mind too much if it went below the fold as an optional feature. Anyhow, I opened issue 17785 to change the shortener to a faster service, which should make the feature less annoying to people who don't use it. -------------- next part -------------- An HTML attachment was scrubbed... URL: