twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

difference.coffee (175B)


      1 #!/usr/bin/env ./node_modules/.bin/coffee
      2 
      3 # Expected output is above 0.005 and below 0.07.
      4 
      5 now = require('../../lib/performance-now')
      6 console.log -(now() - now()).toFixed 3