TNG / if-webpage-plugins

Impact Framework Plugins for Webpage Measurement (CommonJS)
Apache License 2.0
5 stars 0 forks source link

chore(webpage-impact): introduce config option for reload ratio compu… #32

Closed alexzurbonsen closed 3 weeks ago

alexzurbonsen commented 3 weeks ago

…tation

Until now the reload ratio was computed if no dataReloadRatio is provided in the inputs. That seemed like a reasonable default but it is also too implicit.

Introduce a config option and only compute it if the option is provided.

Test Plan

npm run test

Execute the manifest file with and without the new option.