[pypy-commit] extradoc extradoc: fix

bivab noreply at buildbot.pypy.org
Thu Aug 16 14:36:23 CEST 2012


Author: David Schneider <david.schneider at picle.org>
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))


More information about the pypy-commit mailing list