c211febd4011f6fa444acd9805608b587f66df9a969ff0eaea8d65044e43b5d686948bada86af9c946269c3b5df62fb8f71732688048513f668c0907ed6cf7-exec 358 B

1234567891011
  1. #!/usr/bin/env ./node_modules/.bin/coffee
  2. ###
  3. Expected output is a number above 350 and below 600.
  4. The time reported is relative to the time the node.js process was started
  5. this is approximately at `(Date.now() process.uptime() * 1000)`
  6. ###
  7. delay = require "call-delayed"
  8. now = require "../../lib/performance-now"
  9. delay 250, -> console.log now().toFixed 3