[issue17785] Use faster URL shortener for perf.py

2013-04-20 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev

___
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



[issue17785] Use faster URL shortener for perf.py

2013-04-20 Thread Alexandre Vassalotti

Changes by Alexandre Vassalotti alexan...@peadrop.com:


--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
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



[issue17785] Use faster URL shortener for perf.py

2013-04-19 Thread Tshepang Lekhonkhobe

Changes by Tshepang Lekhonkhobe tshep...@gmail.com:


--
nosy: +tshepang

___
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



[issue17785] Use faster URL shortener for perf.py

2013-04-17 Thread Alexandre Vassalotti

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