1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-04-30 06:53:45 +07:00

7 lines
175 B
CoffeeScript
Raw Normal View History

2019-09-06 05:17:43 +05:30
#!/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