Author: Carl Friedrich Bolz <[email protected]>
Branch: extradoc
Changeset: r4680:c2ce9c6e9b44
Date: 2012-08-17 15:22 +0200
http://bitbucket.org/pypy/extradoc/changeset/c2ce9c6e9b44/

Log:    shorten some names

diff --git a/talk/dls2012/benchmarks/parse.py b/talk/dls2012/benchmarks/parse.py
--- a/talk/dls2012/benchmarks/parse.py
+++ b/talk/dls2012/benchmarks/parse.py
@@ -17,6 +17,8 @@
     'dilate3x3(1000)': 'dilate3x3(1000,1000)',
     'conv3x3(1000)': 'conv3x3(1000,1000)',
     'conv3x3(3)': 'conv3x3(1000000,3)',
+    'SparseMatMult(1000,5000,262144)': 'SparseMatMult(1e4,5e3,262144)',
+    'SparseMatMult(100000,1000000,1024)': 'SparseMatMult(1e5,1e6,1024)',
 }
 
 IGNORE = {
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to