Author: David Schneider <[email protected]> Branch: extradoc Changeset: r4342:d41a05893d60 Date: 2012-07-23 17:39 +0200 http://bitbucket.org/pypy/extradoc/changeset/d41a05893d60/
Log: add results of benchmark run diff --git a/talk/vmil2012/logs/summary.csv b/talk/vmil2012/logs/summary.csv --- a/talk/vmil2012/logs/summary.csv +++ b/talk/vmil2012/logs/summary.csv @@ -0,0 +1,12 @@ +exe,bench,number of loops,new before,new after,get before,get after,set before,set after,guard before,guard after,numeric before,numeric after,rest before,rest after +pypy,chaos,32,1810,186,1874,928,8996,684,598,242,1024,417,7603,2711 +pypy,crypto_pyaes,35,1385,234,1066,641,9660,873,373,110,1333,735,5976,3435 +pypy,django,39,1328,184,2711,1125,8251,803,884,275,623,231,7847,2831 +pypy,go,870,59577,4874,93474,32476,373715,22356,21449,7742,20792,7191,217142,78327 +pypy,pyflate-fast,147,5797,781,7654,3346,38540,2394,1977,1031,3805,1990,28135,12097 +pypy,raytrace-simple,115,7001,629,6283,2664,43793,2788,2078,861,2263,1353,28079,9234 +pypy,richards,51,1933,84,2614,1009,15947,569,634,268,700,192,10633,3430 +pypy,spambayes,477,16535,2861,29399,13143,114323,17032,6620,2318,13209,5387,75324,32570 +pypy,sympy_expand,174,6485,1067,10328,4131,36197,4078,2981,956,2493,1133,34017,11162 +pypy,telco,93,7289,464,9825,2244,40435,2559,2063,473,2833,964,35278,8996 +pypy,twisted_names,260,15575,2246,28618,10050,94792,9744,7838,1792,9127,2978,78420,25893 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
