We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5699005 commit f350727Copy full SHA for f350727
examples/benchmark/normalizr.js
@@ -71,7 +71,7 @@ export default function addNormlizrSuite(suite) {
71
memo.query(User, [{ login: 'gnoff' }], githubState);
72
}
73
})
74
- .add('infer All', () => {
+ .add('buildQueryKey All', () => {
75
return new MemoCache().buildQueryKey(AllProjects, [], queryState);
76
77
.add('query All withCache', () => {
0 commit comments