Skip to content

takuya-masaki/bench-html-parsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bench-html-parsers

このリポジトリについて

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

About

htmlのparse処理の比較検証

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published