jest-bench:Is 内的基准测试

时间:2024-06-19 09:52:01
【文件属性】:

文件名称:jest-bench:Is 内的基准测试

文件大小:82KB

文件格式:ZIP

更新时间:2024-06-19 09:52:01

TypeScript

玩笑板凳 使用 Jest 运行基准测试,沿着测试文件编写基准测试文件,并使用您正在使用的任何现有测试环境进行基准测试。 这个包依赖于优秀的benchmark包来运行。 如何使用 安装 npm i -D jest-bench 创建一个仅用于运行基准测试的 jest 配置文件。 您可以使用jest-bench.config.json等名称。 { // Jest-bench need its own test environemtn to function "testEnvironment" : "jest-bench/environment" , "testEnvironmentOptions" : { // still Jest-bench environment will run your environment if you specify it here


【文件预览】:
jest-bench-main
----.gitignore(29B)
----package.json(1KB)
----package-lock.json(263KB)
----src()
--------store.ts(376B)
--------benchmark.ts(713B)
--------reporter.ts(3KB)
--------environment.ts(3KB)
--------suite.ts(1KB)
--------index.ts(42B)
----jest.config.ts(358B)
----LICENSE(1KB)
----tsconfig.json(6KB)
----reporter.js(62B)
----README.md(3KB)
----jest-node.config.ts(149B)
----environment.js(65B)
----jest-electron.config.ts(187B)
----.npmignore(60B)
----jest-jsdom.config.ts(150B)
----test()
--------basic.bench.ts(310B)
--------error.bench.ts(153B)
--------setup_teardown.bench.ts(1KB)
----.editorconfig(211B)

网友评论