Extra benchmark

main
Bob Mottram 2020-08-28 23:46:12 +01:00
parent 12da6d6d4a
commit 700131bb13
1 changed files with 5 additions and 0 deletions

View File

@ -4243,6 +4243,11 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
bookmarkTitle + ' |" src="/' + iconsDir + \
'/' + bookmarkIcon + '"/></a>\n'
# benchmark 12.9
timeDiff = int((time.time() - postStartTime) * 1000)
if timeDiff > 100:
print('TIMING INDIV ' + boxName + ' 12.9 = ' + str(timeDiff))
isMuted = postIsMuted(baseDir, nickname, domain, postJsonObject, messageId)
# benchmark 13