[Python-checkins] benchmarks: Update the list of benchmarks runnable on both 2.x and 3.x

antoine.pitrou python-checkins at python.org
Sat Oct 22 03:48:49 CEST 2011


http://hg.python.org/benchmarks/rev/ae686fb57b43
changeset:   151:ae686fb57b43
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Oct 22 03:44:50 2011 +0200
summary:
  Update the list of benchmarks runnable on both 2.x and 3.x

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
@@ -1936,7 +1936,8 @@
                 "math": ["nbody", "float", "pidigits"],
                 "template" : ["slowspitfire", "django", "mako"],
                 # Benchmarks natively 2.x- and 3.x-compatible
-                "2n3": ["calls", "math", "pickle", "regex", "threading",
+                "2n3": ["calls", "math", "fastpickle", "fastunpickle",
+                        "json_dump", "json_load", "regex", "threading",
                         "nqueens", "unpack_sequence", "richards",
                         "normal_startup", "startup_nosite"],
                 # After 2to3-conversion

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


More information about the Python-checkins mailing list