[READ-ONLY] Mirror of https://github.com/bombshell-dev/args. <1kB CLI flag parser
args args-parser cli command-line command-line-parser node
5

Configure Feed

Select the types of activity you want to include in your feed.

add benchmarks

Nate Moore (Feb 4, 2023, 6:17 PM -0600) 739a7e94 ebac58c9

+8
+8
README.md
··· 33 33 array: ["input"], 34 34 }); 35 35 ``` 36 + 37 + ## Benchmarks 38 + 39 + ``` 40 + ultraflag x 801,993 ops/sec ±0.40% (95 runs sampled) 41 + minimist x 318,623 ops/sec ±0.49% (95 runs sampled) 42 + yargs-parser x 23,560 ops/sec ±3.77% (91 runs sampled) 43 + ```