UNPKG

network-performance-analyzer

Version:

Automated analysis tool for network performance test datasets containing DNS testing results and iperf3 performance measurements

8 lines (7 loc) 167 B
#!/usr/bin/env node import { run } from '../cli'; // Run the CLI application run().catch(error => { console.error('Unhandled error:', error); process.exit(1); });