Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Entangle Errors.errorsFor properly #7273

Merged
merged 1 commit into from
Aug 23, 2020

Conversation

pzuraq
Copy link

@pzuraq pzuraq commented Aug 19, 2020

We recently made some changes to the way arrays get consumed when
autotracking in Ember - specifically, whenever an array is return from
Ember.get, @computed, or @tracked, we track that array for changes
in the future. Previously, we also tracked it if it was an EmberArray.
This check was a bit redundant, and costly, so we removed it and now
only do it for native arrays.

The reason this is generally safe is that non-native EmberArrays usually
have a contract - you must access the state of the array via objectAt,
and you must update via pushObject, popObject, etc. The array is
consumed when using objectAt, so theres no need to do it eagerly in
Ember.get (and penalize all other object access).

The Errors class is a bit of a special case, because it adds additonal
capabilities - the errorsFor method, which returns a subset of errors
in the array. This info is accessed via the errorsFor() method, which
does not consume the array proxy at all. So, previously, if a user did
something like:

model.errors.errorsFor(field).map(error => error.message);

When model.errors was accessed, it was a @computed property, and it
consumed the entire array proxy. Later on, when the user goes to add an
error, it adds the error to the main array and the subarray returned
by errorsFor(), and dirties both, so the user's code is called again
and updates properly.

With the recent changes, that doesn't happen anymore. Since errorsFor
returns a native array (with prototype extensions enabled), map does
not use objectAt internally either. So, there is nothing that is
properly consuming the array.

This PR adds the consumption manually. In the future, we can likely add
a primitive that allows Errors to create and manually manage tags, or it
can use something along the lines of a TrackedArray for these errors
instead.

@github-actions
Copy link

github-actions bot commented Aug 19, 2020

Asset Size Report for 76316bd

IE11 Builds

The size of the library EmberData has increased by 30.0 B (37.0 B compressed) which exceeds the failure threshold of 15 bytes.

Warnings

The uncompressed size of the package @ember-data/model has increased by 30.0 B.

Changeset


EmberData 160.43 KB +30.0 B (34.39 KB +37.0 B compressed)
    @ember-data/model 13.38 KB +30.0 B (2.87 KB +37.0 B compressed)
        @ember-data/model/-private 12.9 KB +30.0 B (2.77 KB +37.0 B compressed)

Full Asset Analysis (IE11)

Asset Size Report
=================


Library: EmberData
┌────────────┬─────────────┐
│  (index)   │   Values    │
├────────────┼─────────────┤
│   bytes    │ '160.43 KB' │
│ compressed │ '34.39 KB'  │
│  packages  │      9      │
│  modules   │     46      │
└────────────┴─────────────┘

Package: @ember-data/store
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '68.79 KB' │
│  compressed  │ '14.75 KB' │
│ % Of Library │   '42.9'   │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/store/-private                        | 67.88 KB  | 14.55 KB   | 98.7          | 42.3
	@ember-data/store/index                           | 936.00 B  | 200.66 B   | 1.3           | 0.6

Package: @ember-data/record-data
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '23.27 KB' │
│  compressed  │ '4.99 KB'  │
│ % Of Library │   '14.5'   │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/record-data/-private                  | 23.27 KB  | 4.99 KB    | 100.0         | 14.5

Package: @ember-data/serializer
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '19.32 KB' │
│  compressed  │ '4.14 KB'  │
│ % Of Library │   '12.0'   │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/serializer/json                       | 7.10 KB   | 1.52 KB    | 36.8          | 4.4
	@ember-data/serializer/-private                   | 5.36 KB   | 1.15 KB    | 27.7          | 3.3
	@ember-data/serializer/json-api                   | 3.71 KB   | 813.79 B   | 19.2          | 2.3
	@ember-data/serializer/rest                       | 2.70 KB   | 593.19 B   | 14.0          | 1.7
	@ember-data/serializer/index                      | 243.00 B  | 52.09 B    | 1.2           | 0.1
	@ember-data/serializer/transform                  | 215.00 B  | 46.09 B    | 1.1           | 0.1

Package: @ember-data/adapter
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '14.75 KB' │
│  compressed  │ '3.16 KB'  │
│ % Of Library │   '9.2'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/adapter/rest                          | 7.79 KB   | 1.67 KB    | 52.8          | 4.9
	@ember-data/adapter/-private                      | 3.54 KB   | 776.70 B   | 24.0          | 2.2
	@ember-data/adapter/error                         | 1.91 KB   | 419.97 B   | 13.0          | 1.2
	@ember-data/adapter/json-api                      | 830.00 B  | 177.93 B   | 5.5           | 0.5
	@ember-data/adapter/index                         | 719.00 B  | 154.14 B   | 4.8           | 0.4

Package: @ember-data/model
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '13.38 KB' │
│  compressed  │ '2.87 KB'  │
│ % Of Library │   '8.3'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/model/-private                        | 12.90 KB  | 2.77 KB    | 96.5          | 8.0
	@ember-data/model/index                           | 486.00 B  | 104.18 B   | 3.5           | 0.3

Package: ember-data
┌──────────────┬───────────┐
│   (index)    │  Values   │
├──────────────┼───────────┤
│    bytes     │ '9.28 KB' │
│  compressed  │ '1.99 KB' │
│ % Of Library │   '5.8'   │
└──────────────┴───────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	ember-data/index                                  | 2.32 KB   | 510.01 B   | 25.0          | 1.4
	ember-data/-private                               | 2.02 KB   | 444.41 B   | 21.8          | 1.3
	ember-data/adapters/errors                        | 1.19 KB   | 260.90 B   | 12.8          | 0.7
	ember-data/setup-container                        | 503.00 B  | 107.83 B   | 5.3           | 0.3
	ember-data/relationships                          | 318.00 B  | 68.17 B    | 3.3           | 0.2
	ember-data/serializers/embedded-records-mixin     | 274.00 B  | 58.74 B    | 2.9           | 0.2
	ember-data/serializers/json-api                   | 251.00 B  | 53.81 B    | 2.6           | 0.2
	ember-data/adapters/json-api                      | 245.00 B  | 52.52 B    | 2.6           | 0.1
	ember-data/serializers/json                       | 243.00 B  | 52.09 B    | 2.6           | 0.1
	ember-data/serializers/rest                       | 243.00 B  | 52.09 B    | 2.6           | 0.1
	ember-data/transform                              | 241.00 B  | 51.66 B    | 2.5           | 0.1
	ember-data/adapters/rest                          | 237.00 B  | 50.80 B    | 2.5           | 0.1
	ember-data/serializer                             | 232.00 B  | 49.73 B    | 2.4           | 0.1
	ember-data/adapter                                | 226.00 B  | 48.45 B    | 2.4           | 0.1
	ember-data/model                                  | 222.00 B  | 47.59 B    | 2.3           | 0.1
	ember-data/store                                  | 222.00 B  | 47.59 B    | 2.3           | 0.1
	ember-data/attr                                   | 218.00 B  | 46.73 B    | 2.3           | 0.1
	ember-data/version                                | 162.00 B  | 34.72 B    | 1.7           | 0.1

Package: ember-inflector
┌──────────────┬───────────┐
│   (index)    │  Values   │
├──────────────┼───────────┤
│    bytes     │ '7.90 KB' │
│  compressed  │ '1.69 KB' │
│ % Of Library │   '4.9'   │
└──────────────┴───────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	ember-inflector/lib/system/inflector              | 2.76 KB   | 605.20 B   | 34.9          | 1.7
	ember-inflector/lib/system/inflections            | 1.57 KB   | 345.15 B   | 19.9          | 1.0
	ember-inflector/index                             | 1.12 KB   | 246.11 B   | 14.2          | 0.7
	ember-inflector/lib/ext/string                    | 783.00 B  | 167.86 B   | 9.7           | 0.5
	ember-inflector/lib/system                        | 452.00 B  | 96.90 B    | 5.6           | 0.3
	ember-inflector/lib/system/string                 | 351.00 B  | 75.24 B    | 4.3           | 0.2
	ember-inflector/lib/helpers/pluralize             | 348.00 B  | 74.60 B    | 4.3           | 0.2
	ember-inflector/lib/utils/make-helper             | 308.00 B  | 66.02 B    | 3.8           | 0.2
	ember-inflector/lib/helpers/singularize           | 271.00 B  | 58.09 B    | 3.3           | 0.2

Package: @ember-data/debug
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '2.68 KB'  │
│  compressed  │ '588.05 B' │
│ % Of Library │   '1.7'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/debug/index                           | 2.19 KB   | 481.07 B   | 81.8          | 1.4
	@ember-data/debug/setup                           | 499.00 B  | 106.97 B   | 18.2          | 0.3

Package: @ember/ordered-set
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '1.05 KB'  │
│  compressed  │ '231.10 B' │
│ % Of Library │   '0.7'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember/ordered-set/index                          | 1.05 KB   | 231.10 B   | 100.0         | 0.7

Modern Builds

The size of the library EmberData has increased by 30.0 B (37.0 B compressed) which exceeds the failure threshold of 15 bytes.

Warnings

The uncompressed size of the package @ember-data/model has increased by 30.0 B.

Changeset


EmberData 160.43 KB +30.0 B (34.39 KB +37.0 B compressed)
    @ember-data/model 13.38 KB +30.0 B (2.87 KB +37.0 B compressed)
        @ember-data/model/-private 12.9 KB +30.0 B (2.77 KB +37.0 B compressed)

Full Asset Analysis (Modern)

Asset Size Report
=================


Library: EmberData
┌────────────┬─────────────┐
│  (index)   │   Values    │
├────────────┼─────────────┤
│   bytes    │ '160.43 KB' │
│ compressed │ '34.39 KB'  │
│  packages  │      9      │
│  modules   │     46      │
└────────────┴─────────────┘

Package: @ember-data/store
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '68.79 KB' │
│  compressed  │ '14.75 KB' │
│ % Of Library │   '42.9'   │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/store/-private                        | 67.88 KB  | 14.55 KB   | 98.7          | 42.3
	@ember-data/store/index                           | 936.00 B  | 200.66 B   | 1.3           | 0.6

Package: @ember-data/record-data
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '23.27 KB' │
│  compressed  │ '4.99 KB'  │
│ % Of Library │   '14.5'   │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/record-data/-private                  | 23.27 KB  | 4.99 KB    | 100.0         | 14.5

Package: @ember-data/serializer
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '19.32 KB' │
│  compressed  │ '4.14 KB'  │
│ % Of Library │   '12.0'   │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/serializer/json                       | 7.10 KB   | 1.52 KB    | 36.8          | 4.4
	@ember-data/serializer/-private                   | 5.36 KB   | 1.15 KB    | 27.7          | 3.3
	@ember-data/serializer/json-api                   | 3.71 KB   | 813.79 B   | 19.2          | 2.3
	@ember-data/serializer/rest                       | 2.70 KB   | 593.19 B   | 14.0          | 1.7
	@ember-data/serializer/index                      | 243.00 B  | 52.09 B    | 1.2           | 0.1
	@ember-data/serializer/transform                  | 215.00 B  | 46.09 B    | 1.1           | 0.1

Package: @ember-data/adapter
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '14.75 KB' │
│  compressed  │ '3.16 KB'  │
│ % Of Library │   '9.2'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/adapter/rest                          | 7.79 KB   | 1.67 KB    | 52.8          | 4.9
	@ember-data/adapter/-private                      | 3.54 KB   | 776.70 B   | 24.0          | 2.2
	@ember-data/adapter/error                         | 1.91 KB   | 419.97 B   | 13.0          | 1.2
	@ember-data/adapter/json-api                      | 830.00 B  | 177.93 B   | 5.5           | 0.5
	@ember-data/adapter/index                         | 719.00 B  | 154.14 B   | 4.8           | 0.4

Package: @ember-data/model
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '13.38 KB' │
│  compressed  │ '2.87 KB'  │
│ % Of Library │   '8.3'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/model/-private                        | 12.90 KB  | 2.77 KB    | 96.5          | 8.0
	@ember-data/model/index                           | 486.00 B  | 104.18 B   | 3.5           | 0.3

Package: ember-data
┌──────────────┬───────────┐
│   (index)    │  Values   │
├──────────────┼───────────┤
│    bytes     │ '9.28 KB' │
│  compressed  │ '1.99 KB' │
│ % Of Library │   '5.8'   │
└──────────────┴───────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	ember-data/index                                  | 2.32 KB   | 510.01 B   | 25.0          | 1.4
	ember-data/-private                               | 2.02 KB   | 444.41 B   | 21.8          | 1.3
	ember-data/adapters/errors                        | 1.19 KB   | 260.90 B   | 12.8          | 0.7
	ember-data/setup-container                        | 503.00 B  | 107.83 B   | 5.3           | 0.3
	ember-data/relationships                          | 318.00 B  | 68.17 B    | 3.3           | 0.2
	ember-data/serializers/embedded-records-mixin     | 274.00 B  | 58.74 B    | 2.9           | 0.2
	ember-data/serializers/json-api                   | 251.00 B  | 53.81 B    | 2.6           | 0.2
	ember-data/adapters/json-api                      | 245.00 B  | 52.52 B    | 2.6           | 0.1
	ember-data/serializers/json                       | 243.00 B  | 52.09 B    | 2.6           | 0.1
	ember-data/serializers/rest                       | 243.00 B  | 52.09 B    | 2.6           | 0.1
	ember-data/transform                              | 241.00 B  | 51.66 B    | 2.5           | 0.1
	ember-data/adapters/rest                          | 237.00 B  | 50.80 B    | 2.5           | 0.1
	ember-data/serializer                             | 232.00 B  | 49.73 B    | 2.4           | 0.1
	ember-data/adapter                                | 226.00 B  | 48.45 B    | 2.4           | 0.1
	ember-data/model                                  | 222.00 B  | 47.59 B    | 2.3           | 0.1
	ember-data/store                                  | 222.00 B  | 47.59 B    | 2.3           | 0.1
	ember-data/attr                                   | 218.00 B  | 46.73 B    | 2.3           | 0.1
	ember-data/version                                | 162.00 B  | 34.72 B    | 1.7           | 0.1

Package: ember-inflector
┌──────────────┬───────────┐
│   (index)    │  Values   │
├──────────────┼───────────┤
│    bytes     │ '7.90 KB' │
│  compressed  │ '1.69 KB' │
│ % Of Library │   '4.9'   │
└──────────────┴───────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	ember-inflector/lib/system/inflector              | 2.76 KB   | 605.20 B   | 34.9          | 1.7
	ember-inflector/lib/system/inflections            | 1.57 KB   | 345.15 B   | 19.9          | 1.0
	ember-inflector/index                             | 1.12 KB   | 246.11 B   | 14.2          | 0.7
	ember-inflector/lib/ext/string                    | 783.00 B  | 167.86 B   | 9.7           | 0.5
	ember-inflector/lib/system                        | 452.00 B  | 96.90 B    | 5.6           | 0.3
	ember-inflector/lib/system/string                 | 351.00 B  | 75.24 B    | 4.3           | 0.2
	ember-inflector/lib/helpers/pluralize             | 348.00 B  | 74.60 B    | 4.3           | 0.2
	ember-inflector/lib/utils/make-helper             | 308.00 B  | 66.02 B    | 3.8           | 0.2
	ember-inflector/lib/helpers/singularize           | 271.00 B  | 58.09 B    | 3.3           | 0.2

Package: @ember-data/debug
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '2.68 KB'  │
│  compressed  │ '588.05 B' │
│ % Of Library │   '1.7'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/debug/index                           | 2.19 KB   | 481.07 B   | 81.8          | 1.4
	@ember-data/debug/setup                           | 499.00 B  | 106.97 B   | 18.2          | 0.3

Package: @ember/ordered-set
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '1.05 KB'  │
│  compressed  │ '231.10 B' │
│ % Of Library │   '0.7'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember/ordered-set/index                          | 1.05 KB   | 231.10 B   | 100.0         | 0.7

Modern Builds (No Rollup)

EmberData increased by 30.0 B uncompressed but decreased by 33.0 B compressed

Warnings

The uncompressed size of the package @ember-data/model has increased by 30.0 B.

Changeset


EmberData 204.49 KB +30.0 B (38.86 KB -33.0 B compressed)
    @ember-data/model 17.32 KB +30.0 B (3.29 KB -33.0 B compressed)
        @ember-data/model/-private/errors 1.95 KB +30.0 B (379.71 B -33.0 B compressed)

Full Asset Analysis (Modern)

Asset Size Report
=================


Library: EmberData
┌────────────┬─────────────┐
│  (index)   │   Values    │
├────────────┼─────────────┤
│   bytes    │ '204.49 KB' │
│ compressed │ '38.86 KB'  │
│  packages  │      9      │
│  modules   │     144     │
└────────────┴─────────────┘

Package: @ember-data/store
┌──────────────┬─────────────┐
│   (index)    │   Values    │
├──────────────┼─────────────┤
│    bytes     │ '100.85 KB' │
│  compressed  │ '19.17 KB'  │
│ % Of Library │   '49.3'    │
└──────────────┴─────────────┘
	Module                                                                             | Bytes     | Compressed | % of Package  | % Of Library
	--------------------------------------------------------------------------------------------------------------------------------------
	@ember-data/store/-private/system/core-store                                       | 17.37 KB  | 3.30 KB    | 17.2          | 8.5
	@ember-data/store/-private/system/model/internal-model                             | 16.97 KB  | 3.23 KB    | 16.8          | 8.3
	@ember-data/store/-private/system/model/states                                     | 5.44 KB   | 1.03 KB    | 5.4           | 2.7
	@ember-data/store/-private/system/fetch-manager                                    | 4.93 KB   | 958.59 B   | 4.9           | 2.4
	@ember-data/store/-private/system/store/finders                                    | 4.31 KB   | 838.48 B   | 4.3           | 2.1
	@ember-data/store/-private/index                                                   | 4.23 KB   | 822.51 B   | 4.2           | 2.1
	@ember-data/store/-private/system/record-array-manager                             | 3.83 KB   | 744.78 B   | 3.8           | 1.9
	@ember-data/store/-private/identifiers/cache                                       | 3.74 KB   | 727.68 B   | 3.7           | 1.8
	@ember-data/store/-private/system/store/record-data-store-wrapper                  | 3.42 KB   | 664.59 B   | 3.4           | 1.7
	@ember-data/store/-private/system/store/internal-model-factory                     | 2.86 KB   | 557.02 B   | 2.8           | 1.4
	@ember-data/store/-private/system/snapshot                                         | 2.85 KB   | 553.98 B   | 2.8           | 1.4
	@ember-data/store/-private/system/record-arrays/record-array                       | 2.11 KB   | 410.68 B   | 2.1           | 1.0
	@ember-data/store/-private/system/ds-model-store                                   | 1.99 KB   | 386.55 B   | 2.0           | 1.0
	@ember-data/store/-private/system/request-cache                                    | 1.87 KB   | 364.31 B   | 1.9           | 0.9
	@ember-data/store/-private/system/schema-definition-service                        | 1.47 KB   | 286.01 B   | 1.5           | 0.7
	@ember-data/store/-private/system/references/has-many                              | 1.46 KB   | 284.87 B   | 1.5           | 0.7
	@ember-data/store/-private/system/relationship-meta                                | 1.45 KB   | 281.64 B   | 1.4           | 0.7
	@ember-data/store/-private/system/model/shim-model-class                           | 1.26 KB   | 245.15 B   | 1.2           | 0.6
	@ember-data/store/-private/system/references/belongs-to                            | 1.20 KB   | 232.61 B   | 1.2           | 0.6
	@ember-data/store/-private/system/store/serializer-response                        | 1.12 KB   | 218.74 B   | 1.1           | 0.5
	@ember-data/store/-private/identifiers/utils/uuid-v4                               | 1.05 KB   | 204.86 B   | 1.0           | 0.5
	@ember-data/store/-private/system/internal-model-map                               | 981.00 B  | 186.43 B   | 0.9           | 0.5
	@ember-data/store/index                                                            | 936.00 B  | 177.88 B   | 0.9           | 0.4
	@ember-data/store/-private/system/references/record                                | 918.00 B  | 174.46 B   | 0.9           | 0.4
	@ember-data/store/-private/system/record-arrays/adapter-populated-record-array     | 911.00 B  | 173.13 B   | 0.9           | 0.4
	@ember-data/store/-private/system/model/notify-changes                             | 862.00 B  | 163.81 B   | 0.8           | 0.4
	@ember-data/store/-private/system/errors-utils                                     | 759.00 B  | 144.24 B   | 0.7           | 0.4
	@ember-data/store/-private/system/snapshot-record-array                            | 753.00 B  | 143.10 B   | 0.7           | 0.4
	@ember-data/store/-private/system/references/reference                             | 729.00 B  | 138.54 B   | 0.7           | 0.3
	@ember-data/store/-private/system/record-notification-manager                      | 689.00 B  | 130.94 B   | 0.7           | 0.3
	@ember-data/store/-private/system/references                                       | 598.00 B  | 113.64 B   | 0.6           | 0.3
	@ember-data/store/-private/system/promise-proxies                                  | 556.00 B  | 105.66 B   | 0.5           | 0.3
	@ember-data/store/-private/utils/construct-resource                                | 506.00 B  | 96.16 B    | 0.5           | 0.2
	@ember-data/store/-private/system/store/common                                     | 499.00 B  | 94.83 B    | 0.5           | 0.2
	@ember-data/store/-private/system/coerce-id                                        | 494.00 B  | 93.88 B    | 0.5           | 0.2
	@ember-data/store/-private/system/record-arrays                                    | 487.00 B  | 92.55 B    | 0.5           | 0.2
	@ember-data/store/-private/system/identity-map                                     | 450.00 B  | 85.52 B    | 0.4           | 0.2
	@ember-data/store/-private/system/diff-array                                       | 438.00 B  | 83.24 B    | 0.4           | 0.2
	@ember-data/store/-private/ts-interfaces/identifier                                | 400.00 B  | 76.01 B    | 0.4           | 0.2
	@ember-data/store/-private/utils/symbol                                            | 393.00 B  | 74.68 B    | 0.4           | 0.2
	@ember-data/store/-private/identifiers/is-stable-identifier                        | 327.00 B  | 62.14 B    | 0.3           | 0.2
	@ember-data/store/-private/ts-interfaces/fetch-manager                             | 316.00 B  | 60.05 B    | 0.3           | 0.2
	@ember-data/store/-private/utils/promise-record                                    | 288.00 B  | 54.73 B    | 0.3           | 0.1
	@ember-data/store/-private/system/backburner                                       | 268.00 B  | 50.93 B    | 0.3           | 0.1
	@ember-data/store/-private/utils/brand                                             | 258.00 B  | 49.03 B    | 0.2           | 0.1
	@ember-data/store/-private/system/record-data-for                                  | 235.00 B  | 44.66 B    | 0.2           | 0.1
	@ember-data/store/-private/system/ts-upgrade-map                                   | 234.00 B  | 44.47 B    | 0.2           | 0.1
	@ember-data/store/-private/utils/is-non-empty-string                               | 212.00 B  | 40.28 B    | 0.2           | 0.1
	@ember-data/store/-private/system/normalize-model-name                             | 210.00 B  | 39.90 B    | 0.2           | 0.1
	@ember-data/store/-debug/index                                                     | 193.00 B  | 36.67 B    | 0.2           | 0.1
	@ember-data/store/-private/system/deprecated-evented                               | 190.00 B  | 36.10 B    | 0.2           | 0.1
	@ember-data/store/-private/ts-interfaces/record-data-store-wrapper                 | 136.00 B  | 25.84 B    | 0.1           | 0.1
	@ember-data/store/-private/ts-interfaces/record-data-schemas                       | 130.00 B  | 24.70 B    | 0.1           | 0.1
	@ember-data/store/-private/ts-interfaces/minimum-serializer-interface              | 98.00 B   | 18.62 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/record-data-record-wrapper                | 96.00 B   | 18.24 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/minimum-adapter-interface                 | 95.00 B   | 18.05 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/schema-definition-service                 | 95.00 B   | 18.05 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/record-data-json-api                      | 90.00 B   | 17.10 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/ember-data-json-api                       | 89.00 B   | 16.91 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/promise-proxies                           | 85.00 B   | 16.15 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/record-instance                           | 85.00 B   | 16.15 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/record-data                               | 81.00 B   | 15.39 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/ds-model                                  | 78.00 B   | 14.82 B    | 0.1           | 0.0
	@ember-data/store/-private/ts-interfaces/utils                                     | 75.00 B   | 14.25 B    | 0.1           | 0.0

Package: @ember-data/record-data
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '26.69 KB' │
│  compressed  │ '5.07 KB'  │
│ % Of Library │   '13.1'   │
└──────────────┴────────────┘
	Module                                                                      | Bytes     | Compressed | % of Package  | % Of Library
	-------------------------------------------------------------------------------------------------------------------------------
	@ember-data/record-data/-private/relationships/state/relationship           | 8.31 KB   | 1.58 KB    | 31.1          | 4.1
	@ember-data/record-data/-private/record-data                                | 8.11 KB   | 1.54 KB    | 30.4          | 4.0
	@ember-data/record-data/-private/relationships/state/belongs-to             | 3.22 KB   | 626.96 B   | 12.1          | 1.6
	@ember-data/record-data/-private/relationships/state/has-many               | 3.11 KB   | 604.72 B   | 11.6          | 1.5
	@ember-data/record-data/-private/relationships/state/create                 | 1.15 KB   | 223.87 B   | 4.3           | 0.6
	@ember-data/record-data/-private/index                                      | 1023.00 B | 194.41 B   | 3.7           | 0.5
	@ember-data/record-data/-private/ordered-set                                | 598.00 B  | 113.64 B   | 2.2           | 0.3
	@ember-data/record-data/-private/record-data-for                            | 481.00 B  | 91.41 B    | 1.8           | 0.2
	@ember-data/record-data/-private/coerce-id                                  | 406.00 B  | 77.15 B    | 1.5           | 0.2
	@ember-data/record-data/-private/normalize-link                             | 249.00 B  | 47.32 B    | 0.9           | 0.1
	@ember-data/record-data/-private/ts-interfaces/relationship-record-data     | 100.00 B  | 19.00 B    | 0.4           | 0.0

Package: @ember-data/serializer
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '21.71 KB' │
│  compressed  │ '4.13 KB'  │
│ % Of Library │   '10.6'   │
└──────────────┴────────────┘
	Module                                                     | Bytes     | Compressed | % of Package  | % Of Library
	--------------------------------------------------------------------------------------------------------------
	@ember-data/serializer/json                                | 7.10 KB   | 1.35 KB    | 32.7          | 3.5
	@ember-data/serializer/-private/embedded-records-mixin     | 4.28 KB   | 833.35 B   | 19.7          | 2.1
	@ember-data/serializer/json-api                            | 3.71 KB   | 721.41 B   | 17.1          | 1.8
	@ember-data/serializer/rest                                | 2.70 KB   | 525.85 B   | 12.4          | 1.3
	@ember-data/serializer/-private/index                      | 1.18 KB   | 229.95 B   | 5.4           | 0.6
	@ember-data/serializer/-private/transforms/date            | 523.00 B  | 99.39 B    | 2.4           | 0.2
	@ember-data/serializer/-private/transforms/boolean         | 490.00 B  | 93.12 B    | 2.2           | 0.2
	@ember-data/serializer/-private/transforms/number          | 446.00 B  | 84.76 B    | 2.0           | 0.2
	@ember-data/serializer/-private/transforms/string          | 351.00 B  | 66.70 B    | 1.6           | 0.2
	@ember-data/serializer/-private/utils                      | 286.00 B  | 54.35 B    | 1.3           | 0.1
	@ember-data/serializer/index                               | 243.00 B  | 46.18 B    | 1.1           | 0.1
	@ember-data/serializer/-private/transforms/transform       | 242.00 B  | 45.99 B    | 1.1           | 0.1
	@ember-data/serializer/transform                           | 215.00 B  | 40.85 B    | 1.0           | 0.1

Package: @ember-data/model
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '17.32 KB' │
│  compressed  │ '3.29 KB'  │
│ % Of Library │   '8.5'    │
└──────────────┴────────────┘
	Module                                                   | Bytes     | Compressed | % of Package  | % Of Library
	------------------------------------------------------------------------------------------------------------
	@ember-data/model/-private/model                         | 6.28 KB   | 1.19 KB    | 36.3          | 3.1
	@ember-data/model/-private/system/many-array             | 2.30 KB   | 447.17 B   | 13.3          | 1.1
	@ember-data/model/-private/errors                        | 1.95 KB   | 379.71 B   | 11.3          | 1.0
	@ember-data/model/-private/index                         | 1.29 KB   | 251.05 B   | 7.4           | 0.6
	@ember-data/model/-private/system/relationships/ext      | 1.19 KB   | 230.90 B   | 6.9           | 0.6
	@ember-data/model/-private/attr                          | 743.00 B  | 141.20 B   | 4.2           | 0.4
	@ember-data/model/-private/belongs-to                    | 663.00 B  | 126.00 B   | 3.7           | 0.3
	@ember-data/model/-private/system/promise-many-array     | 642.00 B  | 122.00 B   | 3.6           | 0.3
	@ember-data/model/-private/has-many                      | 626.00 B  | 118.96 B   | 3.5           | 0.3
	@ember-data/model/index                                  | 486.00 B  | 92.36 B    | 2.7           | 0.2
	@ember-data/model/-private/util                          | 442.00 B  | 84.00 B    | 2.5           | 0.2
	@ember-data/model/-private/system/promise-belongs-to     | 410.00 B  | 77.91 B    | 2.3           | 0.2
	@ember-data/model/-private/system/model-for-mixin        | 404.00 B  | 76.77 B    | 2.3           | 0.2

Package: @ember-data/adapter
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '16.79 KB' │
│  compressed  │ '3.19 KB'  │
│ % Of Library │   '8.2'    │
└──────────────┴────────────┘
	Module                                                        | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------------------
	@ember-data/adapter/rest                                      | 7.79 KB   | 1.48 KB    | 46.4          | 3.8
	@ember-data/adapter/error                                     | 1.91 KB   | 372.29 B   | 11.4          | 0.9
	@ember-data/adapter/-private/build-url-mixin                  | 1.80 KB   | 351.01 B   | 10.7          | 0.9
	@ember-data/adapter/-private/index                            | 1.03 KB   | 200.68 B   | 6.1           | 0.5
	@ember-data/adapter/json-api                                  | 830.00 B  | 157.73 B   | 4.8           | 0.4
	@ember-data/adapter/-private/utils/serialize-query-params     | 792.00 B  | 150.51 B   | 4.6           | 0.4
	@ember-data/adapter/index                                     | 719.00 B  | 136.64 B   | 4.2           | 0.3
	@ember-data/adapter/-private/utils/determine-body-promise     | 521.00 B  | 99.01 B    | 3.0           | 0.2
	@ember-data/adapter/-private/utils/parse-response-headers     | 480.00 B  | 91.22 B    | 2.8           | 0.2
	@ember-data/adapter/-private/utils/fetch                      | 454.00 B  | 86.28 B    | 2.6           | 0.2
	@ember-data/adapter/-private/utils/serialize-into-hash        | 347.00 B  | 65.94 B    | 2.0           | 0.2
	@ember-data/adapter/-private/utils/continue-on-reject         | 217.00 B  | 41.23 B    | 1.3           | 0.1

Package: ember-data
┌──────────────┬───────────┐
│   (index)    │  Values   │
├──────────────┼───────────┤
│    bytes     │ '9.50 KB' │
│  compressed  │ '1.81 KB' │
│ % Of Library │   '4.6'   │
└──────────────┴───────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	ember-data/index                                  | 2.32 KB   | 452.11 B   | 24.5          | 1.1
	ember-data/-private/index                         | 1.93 KB   | 375.14 B   | 20.3          | 0.9
	ember-data/adapters/errors                        | 1.19 KB   | 231.28 B   | 12.5          | 0.6
	ember-data/setup-container                        | 503.00 B  | 95.59 B    | 5.2           | 0.2
	ember-data/-private/core                          | 321.00 B  | 61.00 B    | 3.3           | 0.2
	ember-data/relationships                          | 318.00 B  | 60.43 B    | 3.3           | 0.2
	ember-data/serializers/embedded-records-mixin     | 274.00 B  | 52.07 B    | 2.8           | 0.1
	ember-data/serializers/json-api                   | 251.00 B  | 47.70 B    | 2.6           | 0.1
	ember-data/adapters/json-api                      | 245.00 B  | 46.56 B    | 2.5           | 0.1
	ember-data/serializers/json                       | 243.00 B  | 46.18 B    | 2.5           | 0.1
	ember-data/serializers/rest                       | 243.00 B  | 46.18 B    | 2.5           | 0.1
	ember-data/transform                              | 241.00 B  | 45.80 B    | 2.5           | 0.1
	ember-data/adapters/rest                          | 237.00 B  | 45.04 B    | 2.4           | 0.1
	ember-data/serializer                             | 232.00 B  | 44.09 B    | 2.4           | 0.1
	ember-data/adapter                                | 226.00 B  | 42.95 B    | 2.3           | 0.1
	ember-data/model                                  | 222.00 B  | 42.19 B    | 2.3           | 0.1
	ember-data/store                                  | 222.00 B  | 42.19 B    | 2.3           | 0.1
	ember-data/attr                                   | 218.00 B  | 41.42 B    | 2.2           | 0.1
	ember-data/version                                | 162.00 B  | 30.78 B    | 1.7           | 0.1

Package: ember-inflector
┌──────────────┬───────────┐
│   (index)    │  Values   │
├──────────────┼───────────┤
│    bytes     │ '7.90 KB' │
│  compressed  │ '1.50 KB' │
│ % Of Library │   '3.9'   │
└──────────────┴───────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	ember-inflector/lib/system/inflector              | 2.76 KB   | 536.49 B   | 34.9          | 1.3
	ember-inflector/lib/system/inflections            | 1.57 KB   | 305.97 B   | 19.9          | 0.8
	ember-inflector/index                             | 1.12 KB   | 218.17 B   | 14.2          | 0.5
	ember-inflector/lib/ext/string                    | 783.00 B  | 148.80 B   | 9.7           | 0.4
	ember-inflector/lib/system                        | 452.00 B  | 85.90 B    | 5.6           | 0.2
	ember-inflector/lib/system/string                 | 351.00 B  | 66.70 B    | 4.3           | 0.2
	ember-inflector/lib/helpers/pluralize             | 348.00 B  | 66.13 B    | 4.3           | 0.2
	ember-inflector/lib/utils/make-helper             | 308.00 B  | 58.53 B    | 3.8           | 0.1
	ember-inflector/lib/helpers/singularize           | 271.00 B  | 51.50 B    | 3.3           | 0.1

Package: @ember-data/debug
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '2.68 KB'  │
│  compressed  │ '521.29 B' │
│ % Of Library │   '1.3'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember-data/debug/index                           | 2.19 KB   | 426.45 B   | 81.8          | 1.1
	@ember-data/debug/setup                           | 499.00 B  | 94.83 B    | 18.2          | 0.2

Package: @ember/ordered-set
┌──────────────┬────────────┐
│   (index)    │   Values   │
├──────────────┼────────────┤
│    bytes     │ '1.05 KB'  │
│  compressed  │ '204.86 B' │
│ % Of Library │   '0.5'    │
└──────────────┴────────────┘
	Module                                            | Bytes     | Compressed | % of Package  | % Of Library
	-----------------------------------------------------------------------------------------------------
	@ember/ordered-set/index                          | 1.05 KB   | 204.86 B   | 100.0         | 0.5

@github-actions
Copy link

github-actions bot commented Aug 19, 2020

Performance Report for 76316bd

Relationship Analysis
                        -------------

__/\\\\\\\\\\\\\____/\\\\____________/\\\\____/\\\\\\\\\_____
 _\/\\\/////////\\\_\/\\\\\\________/\\\\\\__/\\\///////\\\___
  _\/\\\_______\/\\\_\/\\\//\\\____/\\\//\\\_\///______\//\\\__
   _\/\\\\\\\\\\\\\/__\/\\\\///\\\/\\\/_\/\\\___________/\\\/___
    _\/\\\/////////____\/\\\__\///\\\/___\/\\\________/\\\//_____
     _\/\\\_____________\/\\\____\///_____\/\\\_____/\\\//________
      _\/\\\_____________\/\\\_____________\/\\\___/\\\/___________
       _\/\\\_____________\/\\\_____________\/\\\__/\\\\\\\\\\\\\\\_
        _\///______________\///______________\///__\///////////////__


                          Runtime Edition

        PM2 is a Production Process Manager for Node.js applications
                     with a built-in Load Balancer.

                Start and Daemonize any application:
                $ pm2 start app.js

                Load Balance 4 instances of api.js:
                $ pm2 start api.js -i 4

                Monitor in production:
                $ pm2 monitor

                Make pm2 auto-boot at server restart:
                $ pm2 startup

                To go further checkout:
                http://pm2.io/


                        -------------

[PM2] Spawning PM2 daemon with pm2_home=/home/runner/.pm2
[PM2] PM2 Successfully daemonized
[PM2] Starting /home/runner/work/data/data/bin/relationship-performance-tracking/src/har-remix.js in fork_mode (1 instance)
[PM2] Done.
┌─────┬────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id  │ name       │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0   │ control    │ default     │ N/A     │ fork    │ 2902     │ 0s     │ 0    │ online    │ 0%       │ 28.1mb   │ runner   │ disabled │
└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
[PM2] Starting /home/runner/work/data/data/bin/relationship-performance-tracking/src/har-remix.js in fork_mode (1 instance)
[PM2] Done.
┌─────┬───────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id  │ name          │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
├─────┼───────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0   │ control       │ default     │ N/A     │ fork    │ 2902     │ 0s     │ 0    │ online    │ 0%       │ 70.9mb   │ runner   │ disabled │
│ 1   │ experiment    │ default     │ N/A     │ fork    │ 2940     │ 0s     │ 0    │ online    │ 0%       │ 18.9mb   │ runner   │ disabled │
└─────┴───────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
01-materialization: computing results...
02-add-children: computing results...
03-unload: computing results...
04-destroy: computing results...

===============================================================================
Processing 01-materialization


┌───────────────────────────────────────────────────────────────────────┐
│ Initial Render : duration                                             │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 1449ms                  │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1626ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 1466ms                 │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 1481ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 1502ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 1523ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 1541ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 1426ms                  │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1577ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 1457ms                 │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 1477ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 1504ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 1526ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 1536ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ -1ms                         │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -13ms to 10ms                │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁▂▅▅█▅▃▁▁▁▁                  │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▂▂▄▅▄█▁▁▁▁▁                  │
└────────────────────────────────────────┴──────────────────────────────┘


┌───────────────────────────────────────────────────────────────────────┐
│ Sub Phase of Duration : start-find-all                                │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 1035ms                  │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1172ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 1054ms                 │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 1071ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 1085ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 1101ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 1109ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 1020ms                  │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1147ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 1048ms                 │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 1068ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 1088ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 1108ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 1117ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 2ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -8ms to 12ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁▄▅█▆▁▁▁                     │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▂▄▆▄█▂▁▁                     │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : start-outer-materialization                   │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 375ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 431ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 384ms                  │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 388ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 394ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 402ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 413ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 368ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 430ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 376ms                  │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 380ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 393ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 402ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 407ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ -4ms                         │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -9ms to 2ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁▁▁▃▆█▅▄▁▁▂▁▁▁               │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▂▃▆▅▅▃▆█▅▂▁▁▁▁               │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : stop-outer-materialization                    │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 0ms                    │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 0ms                    │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 0ms                    │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 0ms                    │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ 0ms to 0ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ █▂▁▁▁▁▁▁▁                    │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ █▃▁▁▁▁▁▁▁                    │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : end-find-all                                  │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 19ms                    │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 28ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 20ms                   │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 21ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 21ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 22ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 23ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 20ms                    │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 31ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 20ms                   │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 21ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 21ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 22ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 23ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -1ms to 0ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▂▄█▃▂▁▁▁▁▁▁▁▁                │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▁▆█▃▁▁▁▁▁▁▁▁▁                │
└────────────────────────────────────────┴──────────────────────────────┘

    =========== Benchmark Results Summary ===========    
Red color means there was a regression. Green color means there was an improvement. You can view more statistical details about the phases above.

duration phase has no difference. 

start-find-all phase has no difference. 

start-outer-materialization phase has no difference. 

stop-outer-materialization phase has no difference. 

end-find-all phase has an estimated difference of -0ms. 


===============================================================================
Processing 02-add-children


┌───────────────────────────────────────────────────────────────────────┐
│ Initial Render : duration                                             │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 663ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 764ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 683ms                  │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 691ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 701ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 725ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 732ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 654ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 765ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 677ms                  │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 693ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 706ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 722ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 735ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -8ms to 9ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁▁▁▅█▃▃▅▁▂▁▁                 │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▂▁▃▃▆█▇▆▂▁▁▁                 │
└────────────────────────────────────────┴──────────────────────────────┘


┌───────────────────────────────────────────────────────────────────────┐
│ Sub Phase of Duration : start-push-initial-payload                    │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 392ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 476ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 412ms                  │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 420ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 431ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 447ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 455ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 399ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 465ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 415ms                  │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 420ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 436ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 447ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 455ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 2ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -4ms to 8ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁▂▇█▆▇▄▁▁                    │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▁▂█▆▇▆▅▂▁                    │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : end-push-initial-payload                      │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 0ms                    │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 0ms                    │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 0ms                    │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 0ms                    │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ 0ms to 0ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁█▃▁▁▁▁▁▁▁▁▁▁▁▁▁▁            │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▁█▄▂▁▁▁▁▁▁▁▁▁▁▁▁▁            │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : start-push-update-payload                     │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 197ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 308ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 206ms                  │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 217ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 243ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 266ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 281ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 191ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 308ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 204ms                  │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 212ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 247ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 264ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 276ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ -3ms                         │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -12ms to 7ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁▇▄▃▃▂▂█▂▂▂▁                 │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▄▅█▂▁▄▇▅▄▂▁▁                 │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : end-push-update-payload                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 27ms                    │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 34ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 29ms                   │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 30ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 31ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 32ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 33ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 28ms                    │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 37ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 29ms                   │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 31ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 31ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 32ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 32ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ 0ms to 1ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁▁▂█▅▂▂▁▁▁▁                  │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▁▂▂▅█▄▁▁▁▁▁                  │
└────────────────────────────────────────┴──────────────────────────────┘

    =========== Benchmark Results Summary ===========    
Red color means there was a regression. Green color means there was an improvement. You can view more statistical details about the phases above.

duration phase has no difference. 

start-push-initial-payload phase has no difference. 

end-push-initial-payload phase has no difference. 

start-push-update-payload phase has no difference. 

end-push-update-payload phase has an estimated difference of -0ms. 


===============================================================================
Processing 03-unload


┌───────────────────────────────────────────────────────────────────────┐
│ Initial Render : duration                                             │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 1024ms                  │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1383ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 1048ms                 │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 1061ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 1074ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 1087ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 1112ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 1031ms                  │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1198ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 1049ms                 │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 1063ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 1080ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 1097ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 1112ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 5ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -4ms to 15ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▂█▂▁▁▁▁▁                     │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▂█▂▁▁▁▁▁                     │
└────────────────────────────────────────┴──────────────────────────────┘


┌───────────────────────────────────────────────────────────────────────┐
│ Sub Phase of Duration : start-push-payload                            │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 497ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 644ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 504ms                  │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 511ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 519ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 529ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 539ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 490ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 661ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 508ms                  │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 515ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 525ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 530ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 537ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 4ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -1ms to 9ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁█▅▂▁▁▁▁▁▁                   │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▁▄█▁▁▁▁▁▁▁                   │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : end-push-payload                              │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 0ms                    │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 0ms                    │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 0ms                    │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 0ms                    │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ 0ms to 0ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ █▅▂▂▁▁▁▁▁▁▁                  │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ █▇▃▁▁▁▁▁▁▁▁                  │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : start-unloadRecord                            │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 500ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 825ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 507ms                  │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 521ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 531ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 540ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 560ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 500ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 579ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 514ms                  │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 520ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 530ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 544ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 554ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 1ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -5ms to 7ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁█▂▁▁▁▁▁                     │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▁█▂▁▁▁▁▁                     │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : end-unloadRecord                              │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 21ms                    │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 30ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 23ms                   │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 23ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 24ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 25ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 26ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 21ms                    │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 27ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 22ms                   │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 23ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 24ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 25ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 26ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ 0ms to 0ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▂▃█▇▃▂▁▁▁                    │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▃▃█▅▃▃▁▁▁                    │
└────────────────────────────────────────┴──────────────────────────────┘

    =========== Benchmark Results Summary ===========    
Red color means there was a regression. Green color means there was an improvement. You can view more statistical details about the phases above.

duration phase has no difference. 

start-push-payload phase has no difference. 

end-push-payload phase has no difference. 

start-unloadRecord phase has no difference. 

end-unloadRecord phase has no difference. 


===============================================================================
Processing 04-destroy


┌───────────────────────────────────────────────────────────────────────┐
│ Initial Render : duration                                             │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 1437ms                  │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1594ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 1466ms                 │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 1477ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 1502ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 1532ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 1558ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 1443ms                  │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1788ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 1477ms                 │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 1491ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 1507ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 1524ms                 │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 1544ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 4ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -12ms to 16ms                │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁█▇▃▁▁▁▁                     │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▁▅█▁▁▁▁▁                     │
└────────────────────────────────────────┴──────────────────────────────┘


┌───────────────────────────────────────────────────────────────────────┐
│ Sub Phase of Duration : start-push-payload                            │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 492ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 578ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 504ms                  │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 512ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 519ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 531ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 545ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 498ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 637ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 508ms                  │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 513ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 519ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 530ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 534ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -5ms to 5ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▁█▅▃▁▁▁▁                     │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▁█▆▁▁▁▁▁                     │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : end-push-payload                              │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 0ms                    │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 0ms                    │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 0ms                     │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 0ms                    │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 0ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 0ms                    │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ 0ms to 0ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ █▇▄▁▁▁▁▁▁▁▁▁                 │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ █▆▂▁▂▁▁▁▁▁▁▁                 │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : start-destroyRecord                           │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 905ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1048ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 928ms                  │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 944ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 961ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 980ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 993ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 909ms                   │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 1255ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 938ms                  │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 950ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 962ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 979ms                  │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 999ms                  │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 3ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ -8ms to 12ms                 │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▅█▁▁▁▁▁▁                     │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▃█▁▁▁▁▁▁                     │
├────────────────────────────────────────┴──────────────────────────────┤
│ Sub Phase of Duration : end-destroyRecord                             │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ Control: 60                  │
│ Sample Counts:                         ├──────────────────────────────┤
│                                        │ Experiment: 60               │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 19ms                    │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 29ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 20ms                   │
│                                        ├──────────────────────────────┤
│ Control Seven Figure Summary:          │ 25th: 21ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 22ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 23ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 24ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│                                        │ MIN: 19ms                    │
│                                        ├──────────────────────────────┤
│                                        │ MAX: 26ms                    │
│                                        ├──────────────────────────────┤
│                                        │ 10th: 20ms                   │
│                                        ├──────────────────────────────┤
│ Experiment Seven Figure Summary:       │ 25th: 21ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 50th: 22ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 75th: 23ms                   │
│                                        ├──────────────────────────────┤
│                                        │ 90th: 24ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Hodges–Lehmann estimated delta:        │ 0ms                          │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ 95% confident the delta is between:    │ 0ms to 1ms                   │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Is Significant:                        │ false                        │
├────────────────────────────────────────┴──────────────────────────────┤
│                                                                       │
├────────────────────────────────────────┬──────────────────────────────┤
│ Control Sparkline                      │ ▂▅█▆▃▁▁▁▁▁                   │
├────────────────────────────────────────┼──────────────────────────────┤
│ Experiment Sparkline                   │ ▄▅█▇▃▄▁▁▁▁                   │
└────────────────────────────────────────┴──────────────────────────────┘

    =========== Benchmark Results Summary ===========    
Red color means there was a regression. Green color means there was an improvement. You can view more statistical details about the phases above.

duration phase has no difference. 

start-push-payload phase has no difference. 

end-push-payload phase has no difference. 

start-destroyRecord phase has no difference. 

end-destroyRecord phase has an estimated difference of -0ms. 

[PM2] [v] Modules Stopped
[PM2] Applying action deleteProcessId on app [all](ids: [ 0, 1 ])
[PM2] [control](0) ✓
[PM2] [experiment](1) ✓
[PM2] [v] All Applications Stopped
[PM2] [v] PM2 Daemon Stopped

We recently made some changes to the way arrays get consumed when
autotracking in Ember - specifically, whenever an array is return from
`Ember.get`, `@computed`, or `@tracked`, we track that array for changes
in the future. Previously, we also tracked it if it was an _EmberArray_.
This check was a bit redundant, and costly, so we removed it and now
only do it for native arrays.

The reason this is generally safe is that non-native EmberArrays usually
have a contract - you must access the state of the array via `objectAt`,
and you must update via `pushObject`, `popObject`, etc. The array is
consumed when using `objectAt`, so theres no need to do it eagerly in
`Ember.get` (and penalize all other object access).

The `Errors` class is a bit of a special case, because it adds additonal
capabilities - the `errorsFor` method, which returns a subset of errors
in the array. This info is accessed via the `errorsFor()` method, which
does not consume the array proxy at all. So, previously, if a user did
something like:

```js
model.errors.errorsFor(field).map(error => error.message);
```

When `model.errors` was accessed, it was a `@computed` property, and it
consumed the entire array proxy. Later on, when the user goes to add an
error, it adds the error to the main array _and_ the subarray returned
by `errorsFor()`, and dirties both, so the user's code is called again
and updates properly.

With the recent changes, that doesn't happen anymore. Since `errorsFor`
returns a native array (with prototype extensions enabled), `map` does
not use `objectAt` internally either. So, there is nothing that is
properly consuming the array.

This PR adds the consumption manually. In the future, we can likely add
a primitive that allows Errors to create and manually manage tags, or it
can use something along the lines of a TrackedArray for these errors
instead.
@pzuraq pzuraq force-pushed the bugfix/entangle-errors-for-properly branch from f985d5e to 76316bd Compare August 19, 2020 15:57
@igorT
Copy link
Member

igorT commented Aug 23, 2020

@pzuraq thanks a bunch for the fix! Can you point me to where this got changed in ember so I can track what kind of backport needs to happen

@igorT igorT merged commit cee4fcc into master Aug 23, 2020
@delete-merged-branch delete-merged-branch bot deleted the bugfix/entangle-errors-for-properly branch August 23, 2020 21:46
@andreyfel
Copy link
Contributor

@igorT this issue appeared in Ember 3.20.4. Can this fix be backported to ember-data@3.20?

@igorT
Copy link
Member

igorT commented Aug 26, 2020

@andreyfel yup, will do that as part of the release process

@igorT igorT added 🎯 beta PR should be backported to beta 🎯 lts The PR should be backported to the most recent LTS 🎯 release PR should be backported to release labels Aug 26, 2020
andreyfel added a commit to andreyfel/ember-data-errors-autotracking-bug that referenced this pull request Aug 31, 2020
ember-data contains the fix for the bug:
emberjs/data#7273
@runspired runspired removed 🎯 beta PR should be backported to beta 🎯 release PR should be backported to release 🎯 lts The PR should be backported to the most recent LTS labels May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants