[Python-checkins] benchmarks: Remove the "py3k" benchmark group, and add some more benchmarks to the "2n3"

antoine.pitrou python-checkins at python.org
Mon Sep 23 21:40:16 CEST 2013


http://hg.python.org/benchmarks/rev/e0acc5af34c6
changeset:   209:e0acc5af34c6
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Sep 23 21:40:12 2013 +0200
summary:
  Remove the "py3k" benchmark group, and add some more benchmarks to the "2n3" group

files:
  perf.py |  11 +++++------
  1 files changed, 5 insertions(+), 6 deletions(-)


diff --git a/perf.py b/perf.py
--- a/perf.py
+++ b/perf.py
@@ -2181,16 +2181,15 @@
                 "logging": ["silent_logging", "simple_logging",
                             "formatted_logging"],
                 # Benchmarks natively 2.x- and 3.x-compatible
-                "2n3": ["calls", "chaos", "django_v2", "etree", "fannkuch",
-                        "fastpickle", "fastunpickle", "go", "hexiom2",
-                        "json_dump_v2", "json_load", "math", "logging",
+                "2n3": ["2to3", "calls", "chameleon", "chaos", "django_v2",
+                        "etree", "fannkuch", "fastpickle", "fastunpickle",
+                        "go", "hexiom2", "json_dump_v2", "json_load",
+                        "mako", "mako_v2", "math", "logging",
                         "meteor_contest", "normal_startup", "nqueens",
                         "pathlib", "raytrace", "regex", "richards",
                         "spectral_norm", "startup_nosite", "telco",
                         "threading", "unpack_sequence"],
-                # After 2to3-conversion
-                "py3k": ["2to3", "2n3", "chameleon", "mako_v2"],
-               }
+                }
 
 SLOW_BENCHMARKS = ["hexiom2"]
 

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


More information about the Python-checkins mailing list