Author: Matti Picus <[email protected]>
Branch: 
Changeset: r436:73a32d3470b6
Date: 2020-01-13 08:05 +1100
http://bitbucket.org/pypy/benchmarks/changeset/73a32d3470b6/

Log:    add debug print of results

diff --git a/saveresults.py b/saveresults.py
--- a/saveresults.py
+++ b/saveresults.py
@@ -27,6 +27,7 @@
 import sys
 import time
 import urllib
+import pprint
 try:
     import urllib2
 except ImportError:
@@ -106,6 +107,7 @@
             (str(datetime.today()), data[0]['executable'],
              str(data[0]['commitid']), data[0]['benchmark']))
     print(info)
+    pprint.pprint(data)
     try:
         retries = [1, 2, 3, 6]
         while True:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to