-
-
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.
enhance: state.results -> state.endpoints
- Loading branch information
Showing
31 changed files
with
166 additions
and
109 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,5 @@ | ||
--- | ||
"@data-client/normalizr": minor | ||
--- | ||
|
||
type ResultCache -> EndpointCache |
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,6 @@ | ||
--- | ||
"@data-client/react": minor | ||
"@data-client/core": minor | ||
--- | ||
|
||
BREAKING: Internal state.results -> state.endpoints |
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
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.
443ec62
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
423
ops/sec (±1.96%
)444
ops/sec (±2.03%
)1.05
infer All
8868
ops/sec (±2.13%
)9111
ops/sec (±2.10%
)1.03
denormalizeLong
226
ops/sec (±3.61%
)329
ops/sec (±1.13%
)1.46
denormalizeLong donotcache
812
ops/sec (±0.55%
)845
ops/sec (±1.29%
)1.04
denormalizeShort donotcache 500x
1329
ops/sec (±0.11%
)1378
ops/sec (±0.24%
)1.04
denormalizeShort 500x
693
ops/sec (±2.74%
)946
ops/sec (±0.93%
)1.37
denormalizeShort 500x withCache
4349
ops/sec (±0.43%
)4432
ops/sec (±0.28%
)1.02
denormalizeLong with mixin Entity
217
ops/sec (±2.19%
)296
ops/sec (±0.72%
)1.36
denormalizeLong withCache
7636
ops/sec (±0.23%
)7213
ops/sec (±0.26%
)0.94
denormalizeLongAndShort withEntityCacheOnly
1514
ops/sec (±0.42%
)1565
ops/sec (±0.40%
)1.03
denormalizeLong All withCache
6123
ops/sec (±0.24%
)6083
ops/sec (±0.18%
)0.99
denormalizeLong Query-sorted withCache
6558
ops/sec (±0.36%
)6441
ops/sec (±0.21%
)0.98
getResponse
5224
ops/sec (±1.29%
)4562
ops/sec (±0.46%
)0.87
getResponse (null)
3226161
ops/sec (±0.47%
)3102452
ops/sec (±0.27%
)0.96
getResponse Query-sorted
899
ops/sec (±0.67%
)985
ops/sec (±0.34%
)1.10
getResponse Collection
5113
ops/sec (±1.50%
)5071
ops/sec (±0.49%
)0.99
setLong
423
ops/sec (±1.96%
)431
ops/sec (±2.06%
)1.02
setLongWithMerge
172
ops/sec (±0.82%
)184
ops/sec (±1.02%
)1.07
setLongWithSimpleMerge
186
ops/sec (±0.46%
)195
ops/sec (±0.32%
)1.05
This comment was automatically generated by workflow using github-action-benchmark.