Tweaked comments.

这个提交包含在:
Craig Warren
2016-08-19 15:58:22 +01:00
父节点 c2277f5c7d
当前提交 b634c1bd35

查看文件

@@ -34,7 +34,7 @@ for thread in range(len(baseresult['threads'])):
print('{} thread(s): {:g} s'.format(baseresult['threads'][thread], baseresult['benchtimes'][thread]))
plotlabel1 = os.path.splitext(os.path.split(args.baseresult)[1])[0] + '.in'
# Load other and info
# Load other results and info
otherresults = []
if args.otherresults is not None:
for i, result in enumerate(args.otherresults):