log benchmark reports

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-05-09 11:21:25 -07:00
parent d3127a2686
commit faa0ec2199

View File

@@ -37,6 +37,7 @@ window.benchmark = (description, fn, profile=false, focused=false) ->
fullname = @getFullName().replace(/\s|\.$/g, "")
report = "#{fullname}: #{total} / #{count} = #{avg}ms"
console.log(report)
if atom.headless
url = "https://github.com/_stats"