Changes

Jump to: navigation, search

Performance/Fenix/Best Practices

124 bytes added, 19:14, 20 May 2021
no edit summary
To see if a code change creates a perf regression or improvement, you should '''ideally run a known benchmark''' – i.e. a duration measurement from a start point to a stop point – and see how performance changes before and after your code change. With benchmarks, you can't overlook things like you can in the profiler. If you don't have a benchmark, you can create your own with timestamp logs, though it should be done carefully to ensure the measurements are consistent – writing good benchmarks is hard.
 
== Don't guess, measure. ==
TODO: https://firefox-source-docs.mozilla.org/performance/bestpractices.html#dont-guessmeasure
Confirm
975
edits

Navigation menu