UNPKG

hiper-weimai

Version:

🚀 A statistical analysis tool for performance testing

11 lines (9 loc) • 225 B
#!/usr/bin/env node const path = require('path') const fork = require('child_process').fork const argv = process.argv.slice(2) fork(path.resolve(__dirname, '../src/index.js'), argv, { env: { NODE_NO_WARNINGS: 1 } })