[issue17785] Use faster URL shortener for perf.py

Alexandre Vassalotti report at bugs.python.org
Thu Apr 18 01:52:57 CEST 2013


New submission from Alexandre Vassalotti:

As noted previously, TinyURL URL shortening API is rather slow and not always available. Each requests takes between 0.5 and 1.5 seconds.

We should change it to use Google URL Shortener which returns a response within 10 milliseconds and is much more available.

----------
assignee: alexandre.vassalotti
components: Benchmarks
files: use_google_shortener.patch
keywords: patch
messages: 187215
nosy: alexandre.vassalotti, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Use faster URL shortener for perf.py
type: performance
Added file: http://bugs.python.org/file29912/use_google_shortener.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17785>
_______________________________________


More information about the Python-bugs-list mailing list