htmlのparserライブラリの性能検証
$ npm ci
$ npm run build
Usage: npm run start -- (jsdom|htmlparser2) <infile> [<outfile>]
jsdomで性能測定のみ実行
$ npm run start -- jsdom sample.html
htmlparser2で性能測定 + 変換後html出力
$ npm run start -- htmlparser2 sample.html output.html