-
-
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
91 changed files
with
1,967 additions
and
911 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
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.
5d3a298
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
446
ops/sec (±1.81%
)437
ops/sec (±1.67%
)0.98
infer All
9449
ops/sec (±0.30%
)9151
ops/sec (±1.17%
)0.97
denormalizeLong
238
ops/sec (±3.08%
)321
ops/sec (±2.64%
)1.35
denormalizeLong donotcache
851
ops/sec (±1.34%
)855
ops/sec (±0.46%
)1.00
denormalizeShort donotcache 500x
1331
ops/sec (±0.11%
)1358
ops/sec (±0.36%
)1.02
denormalizeShort 500x
699
ops/sec (±2.66%
)959
ops/sec (±0.34%
)1.37
denormalizeShort 500x withCache
4509
ops/sec (±0.18%
)4370
ops/sec (±0.18%
)0.97
denormalizeLong with mixin Entity
229
ops/sec (±2.33%
)296
ops/sec (±0.67%
)1.29
denormalizeLong withCache
7126
ops/sec (±0.17%
)7191
ops/sec (±0.07%
)1.01
denormalizeLongAndShort withEntityCacheOnly
1583
ops/sec (±0.62%
)1625
ops/sec (±0.30%
)1.03
denormalizeLong All withCache
6278
ops/sec (±0.11%
)6282
ops/sec (±0.15%
)1.00
denormalizeLong Query-sorted withCache
6548
ops/sec (±0.14%
)6584
ops/sec (±0.21%
)1.01
getResponse
5403
ops/sec (±1.68%
)5214
ops/sec (±1.53%
)0.97
getResponse (null)
3207021
ops/sec (±0.30%
)2918129
ops/sec (±0.41%
)0.91
getResponse (clear cache)
221
ops/sec (±2.39%
)299
ops/sec (±0.52%
)1.35
getSmallResponse
2328
ops/sec (±0.34%
)2199
ops/sec (±0.41%
)0.94
getSmallInferredResponse
1885
ops/sec (±0.30%
)1788
ops/sec (±0.34%
)0.95
getResponse Query-sorted
1100
ops/sec (±0.51%
)687
ops/sec (±1.71%
)0.62
getResponse Collection
5062
ops/sec (±1.17%
)5114
ops/sec (±1.64%
)1.01
setLong
428
ops/sec (±2.04%
)433
ops/sec (±2.24%
)1.01
setLongWithMerge
185
ops/sec (±0.34%
)188
ops/sec (±0.23%
)1.02
setLongWithSimpleMerge
192
ops/sec (±0.47%
)201
ops/sec (±0.18%
)1.05
This comment was automatically generated by workflow using github-action-benchmark.