[Python-checkins] benchmarks: Add in telco as a Python 3 benchmark and move chameleon to a 2to3

brett.cannon python-checkins at python.org
Mon Oct 1 01:45:37 CEST 2012


http://hg.python.org/benchmarks/rev/17cf5eaf5999
changeset:   186:17cf5eaf5999
user:        Brett Cannon <brett at python.org>
date:        Sun Sep 30 19:45:30 2012 -0400
summary:
  Add in telco as a Python 3 benchmark and move chameleon to a 2to3
benchmarks thanks to its pkg_resources dependency.

files:
  perf.py |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


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

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


More information about the Python-checkins mailing list