enhance: ImmutableJS support moved to /immutable export#3469
Closed
enhance: ImmutableJS support moved to /immutable export#3469
Conversation
|
Contributor
|
Size Change: -101 B (-0.13%) Total Size: 77.6 kB
ℹ️ View Unchanged
|
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: b99dd0d | Previous: 1cfdd2c | Ratio |
|---|---|---|---|
normalizeLong |
512 ops/sec (±0.36%) |
533 ops/sec (±0.30%) |
1.04 |
infer All |
9470 ops/sec (±1.27%) |
9531 ops/sec (±0.96%) |
1.01 |
denormalizeLong |
276 ops/sec (±3.41%) |
280 ops/sec (±2.95%) |
1.01 |
denormalizeLong donotcache |
1004 ops/sec (±0.38%) |
1020 ops/sec (±0.26%) |
1.02 |
denormalizeShort donotcache 500x |
1453 ops/sec (±0.26%) |
1425 ops/sec (±0.33%) |
0.98 |
denormalizeShort 500x |
794 ops/sec (±2.09%) |
793 ops/sec (±2.13%) |
1.00 |
denormalizeShort 500x withCache |
5662 ops/sec (±0.25%) |
5416 ops/sec (±0.12%) |
0.96 |
queryShort 500x withCache |
2606 ops/sec (±0.75%) |
2395 ops/sec (±0.45%) |
0.92 |
denormalizeLong with mixin Entity |
265 ops/sec (±1.95%) |
269 ops/sec (±1.67%) |
1.02 |
denormalizeLong withCache |
7181 ops/sec (±0.23%) |
5983 ops/sec (±0.18%) |
0.83 |
denormalizeLong All withCache |
8167 ops/sec (±0.56%) |
8154 ops/sec (±0.39%) |
1.00 |
denormalizeLong Query-sorted withCache |
7589 ops/sec (±1.26%) |
7681 ops/sec (±1.14%) |
1.01 |
denormalizeLongAndShort withEntityCacheOnly |
1754 ops/sec (±0.46%) |
1675 ops/sec (±0.37%) |
0.95 |
getResponse |
6020 ops/sec (±1.07%) |
6034 ops/sec (±1.20%) |
1.00 |
getResponse (null) |
6469066 ops/sec (±0.73%) |
5854832 ops/sec (±0.71%) |
0.91 |
getResponse (clear cache) |
264 ops/sec (±1.94%) |
260 ops/sec (±2.13%) |
0.98 |
getSmallResponse |
2818 ops/sec (±0.32%) |
2703 ops/sec (±0.34%) |
0.96 |
getSmallInferredResponse |
2196 ops/sec (±0.28%) |
2082 ops/sec (±0.22%) |
0.95 |
getResponse Collection |
6388 ops/sec (±1.08%) |
6254 ops/sec (±0.84%) |
0.98 |
get Collection |
5850 ops/sec (±0.41%) |
5623 ops/sec (±0.32%) |
0.96 |
get Query-sorted |
6725 ops/sec (±0.33%) |
6709 ops/sec (±0.35%) |
1.00 |
setLong |
512 ops/sec (±0.56%) |
530 ops/sec (±0.32%) |
1.04 |
setLongWithMerge |
229 ops/sec (±0.26%) |
234 ops/sec (±0.30%) |
1.02 |
setLongWithSimpleMerge |
241 ops/sec (±0.27%) |
245 ops/sec (±0.26%) |
1.02 |
setSmallResponse 500x |
908 ops/sec (±0.20%) |
913 ops/sec (±0.17%) |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes # .
Motivation
Solution
Open questions