Disable timelines by default?
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.
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 <solipsis@pitrou.net>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@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
On Wed, Apr 17, 2013 at 12:40 PM, Antoine Pitrou <solipsis@pitrou.net>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<http://bugs.python.org/issue17785> to change the shortener to a faster service, which should make the feature less annoying to people who don't use it.
participants (3)
-
Alex Gaynor
-
Alexandre Vassalotti
-
Antoine Pitrou