react-benchmark:用于对React组件的渲染性能进行基准测试的工具

时间:2024-02-20 20:07:36
【文件属性】:

文件名称:react-benchmark:用于对React组件的渲染性能进行基准测试的工具

文件大小:310KB

文件格式:ZIP

更新时间:2024-02-20 20:07:36

react javascript babel benchmark chrome

React基准 基准化React组件渲染性能的工具。 它将使用Webpack将基准代码编译成精简版产品包,然后在无头Chrome中运行它,以在实际生产环境中对实际生产代码进行基准测试。 注意:基准数字并非完全准确,只能用于比较代码更改或不同实现的性能差异。 安装 yarn global add react-benchmark # or npm install -g react-benchmark 用法 Usage $ react-benchmark Options Path to a JavaScript or TypeScript file that exports the function to be benchmarked. --debug, -d Run a development build instead of a production build to aid debugging. --devtools, -t Run Chrome in windowed mode with the devto


【文件预览】:
react-benchmark-master
----.gitattributes(12B)
----.github()
--------workflows()
----yarn.lock(301KB)
----lib()
--------chrome.js(2KB)
--------server.js(622B)
--------format-benchmark.js(495B)
--------index.d.ts(1KB)
--------client.js(883B)
--------webpack.js(3KB)
--------index.js(2KB)
--------cli.js(2KB)
----tsconfig.json(257B)
----LICENSE(747B)
----test()
--------format-benchmark.js(2KB)
--------fixtures()
--------index.js(1KB)
--------cli.js(392B)
----README.md(3KB)
----.editorconfig(166B)
----.gitignore(13B)
----demo.gif(252KB)
----package.json(2KB)

网友评论