mcollina / autocannon

fast HTTP/1.1 benchmarking tool written in Node.js
MIT License
7.86k stars 326 forks source link

refactor: replace `subarg` with `@minimistjs/subarg` #524

Closed ljharb closed 6 months ago

ljharb commented 6 months ago

Relates to #520.

ljharb commented 6 months ago

Looks like one of the failures might be pre-existing, and the other one is because setup-node is failing to download node 14.

You may be interested in using ljharb/actions/node/install for the Mac OS and Linux tests, which uses nvm and thus can forever install every version of node > 0.6.

GlenTiki commented 6 months ago

Broken tests need triage outside of this - I'll merge this and review tests later this week. Thanks for the module suggestion @ljharb :)