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 <rep...@bugs.python.org> <http://bugs.python.org/issue17785> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com