Issue 17785: Use faster URL shortener for perf.py (original ) (raw ) Issue17785
Created on 2013-04-17 23:52 by alexandre.vassalotti , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (2)
msg187215 - (view)
Author: Alexandre Vassalotti (alexandre.vassalotti) *
Date: 2013-04-17 23:52
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.
msg187452 - (view)
Author: Roundup Robot (python-dev)
Date: 2013-04-20 20:00
New changeset 1488e1f55f61 by Alexandre Vassalotti in branch 'default': Issue #17785 : Use a faster URL shortener for perf.py http://hg.python.org/benchmarks/rev/1488e1f55f61
History
Date
User
Action
Args
2022-04-11 14:57:44
admin
set
github: 61985
2013-04-20 20:00:47
alexandre.vassalotti
set
status: open -> closedresolution: fixedstage: patch review -> resolved
2013-04-20 20:00:05
python-dev
set
nosy: + python-dev messages: +
2013-04-19 18:27:24
tshepang
set
nosy: + tshepang
2013-04-17 23:52:57
alexandre.vassalotti
create