Author: David Schneider <[email protected]>
Branch: extradoc
Changeset: r4612:7c3de041efc7
Date: 2012-08-16 14:36 +0200
http://bitbucket.org/pypy/extradoc/changeset/7c3de041efc7/

Log:    fix

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
@@ -38,7 +38,7 @@
         res = [bench.replace('_', '\\_'),
                 "%.1f\\%%" % (100 * total_failures/total),
                 "%.1f\\%%" % (100 * bridges/total),
-                "%.3f\\%%"  % (100 * we_are_99_percent(info)),
+                "%.3f\\%%"  % (100 * we_are_50_percent(info)),
         ]
         table.append(res)
     output = render_table(template, head, sorted(table))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to