-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Queries, Queryable, and useQuery
- Loading branch information
Showing
101 changed files
with
3,454 additions
and
1,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@data-client/normalizr": patch | ||
"@data-client/endpoint": patch | ||
"@data-client/react": patch | ||
"@data-client/redux": patch | ||
"@data-client/core": patch | ||
"@data-client/rest": patch | ||
"@data-client/test": patch | ||
--- | ||
|
||
Update README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
f8d6158
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
normalizeLong
433
ops/sec (±1.83%
)442
ops/sec (±2.04%
)1.02
infer All
9390
ops/sec (±0.48%
)9205
ops/sec (±1.62%
)0.98
denormalizeLong
232
ops/sec (±3.29%
)234
ops/sec (±3.73%
)1.01
denormalizeLong donotcache
822
ops/sec (±1.44%
)853
ops/sec (±0.51%
)1.04
denormalizeShort donotcache 500x
1370
ops/sec (±0.25%
)1363
ops/sec (±0.19%
)0.99
denormalizeShort 500x
733
ops/sec (±2.37%
)721
ops/sec (±2.37%
)0.98
denormalizeShort 500x withCache
4455
ops/sec (±0.23%
)4445
ops/sec (±0.29%
)1.00
denormalizeLong with mixin Entity
224
ops/sec (±2.53%
)231
ops/sec (±2.56%
)1.03
denormalizeLong withCache
7886
ops/sec (±0.20%
)7007
ops/sec (±0.79%
)0.89
denormalizeLongAndShort withEntityCacheOnly
1581
ops/sec (±0.30%
)1585
ops/sec (±0.33%
)1.00
denormalizeLong All withCache
5844
ops/sec (±0.13%
)6137
ops/sec (±0.48%
)1.05
denormalizeLong Query-sorted withCache
6047
ops/sec (±0.24%
)6590
ops/sec (±0.17%
)1.09
getResponse
4918
ops/sec (±0.90%
)4936
ops/sec (±0.91%
)1.00
getResponse (null)
3204157
ops/sec (±0.30%
)2914817
ops/sec (±0.24%
)0.91
getResponse (clear cache)
223
ops/sec (±2.36%
)232
ops/sec (±2.39%
)1.04
getSmallResponse
2331
ops/sec (±0.34%
)2226
ops/sec (±0.26%
)0.95
getSmallInferredResponse
1901
ops/sec (±0.32%
)1784
ops/sec (±0.32%
)0.94
getResponse Query-sorted
1026
ops/sec (±0.40%
)650
ops/sec (±1.14%
)0.63
getResponse Collection
5036
ops/sec (±1.27%
)5242
ops/sec (±1.42%
)1.04
setLong
418
ops/sec (±2.11%
)428
ops/sec (±2.77%
)1.02
setLongWithMerge
182
ops/sec (±0.48%
)186
ops/sec (±0.28%
)1.02
setLongWithSimpleMerge
195
ops/sec (±0.30%
)195
ops/sec (±0.28%
)1
This comment was automatically generated by workflow using github-action-benchmark.