Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: single-run
Changeset: r221:5af4233fd7ff
Date: 2013-08-01 20:23 +0200
http://bitbucket.org/pypy/benchmarks/changeset/5af4233fd7ff/

Log:    more fixes

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -50,7 +50,7 @@
                                       *args, **kwargs)
         except subprocess.CalledProcessError, e:
             return ResultError(e)
-        return RawResult(data)
+        return RawResult(data[0])
     BM.func_name = 'BM_' + bm_name
 
     d[BM.func_name] = BM
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to