[Python-checkins] benchmarks: etree benchmarks are now part of the 2n3 group

antoine.pitrou python-checkins at python.org
Sat Sep 21 23:12:28 CEST 2013


http://hg.python.org/benchmarks/rev/bdc141adc4df
changeset:   206:bdc141adc4df
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Sep 21 23:12:24 2013 +0200
summary:
  etree benchmarks are now part of the 2n3 group

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


diff --git a/perf.py b/perf.py
--- a/perf.py
+++ b/perf.py
@@ -2162,12 +2162,13 @@
                 "logging": ["silent_logging", "simple_logging",
                             "formatted_logging"],
                 # Benchmarks natively 2.x- and 3.x-compatible
-                "2n3": ["calls", "chaos", "django_v2", "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",
-                        "telco", "threading", "unpack_sequence"],
+                "2n3": ["calls", "chaos", "django_v2", "etree", "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", "telco",
+                        "threading", "unpack_sequence"],
                 # After 2to3-conversion
                 "py3k": ["2to3", "2n3", "chameleon", "mako_v2"],
                }

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


More information about the Python-checkins mailing list