Author: David Schneider <david.schnei...@picle.org>
Branch: extradoc
Changeset: r4351:b4cbe4786741
Date: 2012-07-24 15:35 +0200
http://bitbucket.org/pypy/extradoc/changeset/b4cbe4786741/

Log:    sort benchmarks

diff --git a/talk/vmil2012/tool/build_tables.py 
b/talk/vmil2012/tool/build_tables.py
--- a/talk/vmil2012/tool/build_tables.py
+++ b/talk/vmil2012/tool/build_tables.py
@@ -40,7 +40,7 @@
                 "%.2f" % ((1 - guards_ao/guards_bo) * 100,),
               ]
         table.append(res)
-    output = render_table(template, head, table)
+    output = render_table(template, head, sorted(table))
     # Write the output to a file
     with open(texfile, 'w') as out_f:
         out_f.write(output)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to