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