[issue25424] Deprecate older versions of benchmarks

2015-10-16 Thread Brett Cannon
Brett Cannon added the comment: Thanks for the input, Antoine! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue25424] Deprecate older versions of benchmarks

2015-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2dfb8e568d93 by Brett Cannon in branch 'default': Issue #25424: Deprecate benchmarks with newer versions https://hg.python.org/benchmarks/rev/2dfb8e568d93 -- nosy: +python-dev ___ Python tracker

[issue25424] Deprecate older versions of benchmarks

2015-10-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: As you prefer. The modern equivalents should be good replacements anyway, so there's not much need in keeping the old ones. -- ___ Python tracker _

[issue25424] Deprecate older versions of benchmarks

2015-10-16 Thread Brett Cannon
Brett Cannon added the comment: Another option is to make it so that we add an "old" group of tests and make negation by group work, e.g., `-b 2n3,-old`. -- ___ Python tracker _

[issue25424] Deprecate older versions of benchmarks

2015-10-16 Thread Brett Cannon
New submission from Brett Cannon: The django, json_dump, and mako benchmarks all have v2 versions and have had such versions for quite some time. Perhaps it's time to retire them? -- components: Benchmarks messages: 253079 nosy: brett.cannon, pitrou priority: normal severity: normal sta