Skip to content

Commit bca035c

Browse files
committed
reduce properties accessing
1 parent ed83b59 commit bca035c

File tree

3 files changed

+335
-87
lines changed

3 files changed

+335
-87
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"test": "yarn build && node lib/test.mjs",
88
"test:watch": "yarn build && node lib/test.mjs",
99
"test:list": "TARGET=list yarn test",
10-
"test:map": "TARGET=map yarn test"
10+
"test:map": "TARGET=map yarn test",
11+
"test:list-perf": "yarn build && node lib/test-list-perf.mjs",
12+
"test:list-detailed-perf": "yarn build && node lib/test-list-detailed-perf.mjs"
1113
},
1214
"devDependencies": {
1315
"@types/node": "^20.12.5",

0 commit comments

Comments
 (0)