UNPKG

network-performance-analyzer

Version:

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

10 lines 293 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_1 = require("../cli"); // Run the CLI application (0, cli_1.run)().catch(error => { console.error('Unhandled error:', error); process.exit(1); }); //# sourceMappingURL=cli.js.map