| Current Path : /home/emeraadmin/www/4d695/ |
| Current File : /home/emeraadmin/www/4d695/scripts.zip |
PK �S�\$�'jf f delayed-call.coffeenu �[��� #!/usr/bin/env ./node_modules/.bin/coffee
###
Expected output is a number above 350 and below 600.
The time reported is relative to the time the node.js process was started
this is approximately at `(Date.now() process.uptime() * 1000)`
###
delay = require "call-delayed"
now = require "../../lib/performance-now"
delay 250, -> console.log now().toFixed 3
PK �S�\_��9 9 initial-value.coffeenu �[��� #!/usr/bin/env ./node_modules/.bin/coffee
###
Expected output is a number above 100 and below 350.
The time reported is relative to the time the node.js process was started
this is approximately at `(Date.now() process.uptime() * 1000)`
###
now = require '../../lib/performance-now'
console.log now().toFixed 3
PK �S�\<d;bj j delayed-require.coffeenu �[��� #!/usr/bin/env ./node_modules/.bin/coffee
###
Expected output is a number above 350 and below 600.
The time reported is relative to the time the node.js process was started
this is approximately at `(Date.now() process.uptime() * 1000)`
###
delay = require "call-delayed"
delay 250, ->
now = require "../../lib/performance-now"
console.log now().toFixed 3
PK �S�\�!O�� � difference.coffeenu �[��� #!/usr/bin/env ./node_modules/.bin/coffee
# Expected output is above 0.005 and below 0.07.
now = require('../../lib/performance-now')
console.log -(now() - now()).toFixed 3
PK �S�\$�'jf f delayed-call.coffeenu �[��� PK �S�\_��9 9 � initial-value.coffeenu �[��� PK �S�\<d;bj j & delayed-require.coffeenu �[��� PK �S�\�!O�� � � difference.coffeenu �[��� PK N �