Skip to content

Commit f350727

Browse files
committed
internal: benchmark rename infer All -> buildQueryKey All
1 parent 5699005 commit f350727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/benchmark/normalizr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function addNormlizrSuite(suite) {
7171
memo.query(User, [{ login: 'gnoff' }], githubState);
7272
}
7373
})
74-
.add('infer All', () => {
74+
.add('buildQueryKey All', () => {
7575
return new MemoCache().buildQueryKey(AllProjects, [], queryState);
7676
})
7777
.add('query All withCache', () => {

0 commit comments

Comments
 (0)