-
-
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
28 changed files
with
95 additions
and
82 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.
9e0ae5e
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
438
ops/sec (±1.86%
)444
ops/sec (±2.03%
)1.01
infer All
9267
ops/sec (±0.71%
)9111
ops/sec (±2.10%
)0.98
denormalizeLong
223
ops/sec (±3.41%
)329
ops/sec (±1.13%
)1.48
denormalizeLong donotcache
852
ops/sec (±1.14%
)845
ops/sec (±1.29%
)0.99
denormalizeShort donotcache 500x
1350
ops/sec (±0.16%
)1378
ops/sec (±0.24%
)1.02
denormalizeShort 500x
713
ops/sec (±2.44%
)946
ops/sec (±0.93%
)1.33
denormalizeShort 500x withCache
4414
ops/sec (±0.19%
)4432
ops/sec (±0.28%
)1.00
denormalizeLong with mixin Entity
229
ops/sec (±2.33%
)296
ops/sec (±0.72%
)1.29
denormalizeLong withCache
7026
ops/sec (±0.21%
)7213
ops/sec (±0.26%
)1.03
denormalizeLongAndShort withEntityCacheOnly
1562
ops/sec (±0.23%
)1565
ops/sec (±0.40%
)1.00
denormalizeLong All withCache
6165
ops/sec (±0.12%
)6083
ops/sec (±0.18%
)0.99
denormalizeLong Query-sorted withCache
6274
ops/sec (±0.84%
)6441
ops/sec (±0.21%
)1.03
getResponse
4039
ops/sec (±18.22%
)4562
ops/sec (±0.46%
)1.13
getResponse (null)
3091534
ops/sec (±0.99%
)3102452
ops/sec (±0.27%
)1.00
getResponse Query-sorted
940
ops/sec (±0.26%
)985
ops/sec (±0.34%
)1.05
getResponse Collection
5163
ops/sec (±1.03%
)5071
ops/sec (±0.49%
)0.98
setLong
427
ops/sec (±2.13%
)431
ops/sec (±2.06%
)1.01
setLongWithMerge
182
ops/sec (±1.16%
)184
ops/sec (±1.02%
)1.01
setLongWithSimpleMerge
190
ops/sec (±1.80%
)195
ops/sec (±0.32%
)1.03
This comment was automatically generated by workflow using github-action-benchmark.