[Python-checkins] benchmarks: Issue #25424: Deprecate benchmarks with newer versions

brett.cannon python-checkins at python.org
Fri Oct 16 14:53:10 EDT 2015


https://hg.python.org/benchmarks/rev/2dfb8e568d93
changeset:   229:2dfb8e568d93
user:        Brett Cannon <brett at python.org>
date:        Fri Oct 16 11:53:03 2015 -0700
summary:
  Issue #25424: Deprecate benchmarks with newer versions

files:
  perf.py |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/perf.py b/perf.py
--- a/perf.py
+++ b/perf.py
@@ -2282,7 +2282,8 @@
                 "logging": ["silent_logging", "simple_logging",
                             "formatted_logging"],
                 # These are removed from the "all" group
-                "deprecated": ["iterative_count", "threaded_count"],
+                "deprecated": ["chameleon", "django", "iterative_count",
+                               "json_dump", "mako", "threaded_count"],
                 }
 
 # Calculate set of 2-and-3 compatible benchmarks.

-- 
Repository URL: https://hg.python.org/benchmarks


More information about the Python-checkins mailing list