Skip to content

Instantly share code, notes, and snippets.

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600" style="font-size: 15px">
<ellipse cx="41.666666666666664%" cy="64.33333333333333%" rx="26%" ry="26%" fill="rgba(203, 94, 141, 0.3)" style="stroke: rgb(101, 47, 70); stroke-opacity: 0.5;"></ellipse>
<ellipse cx="41.666666666666664%" cy="35.666666666666664%" rx="26%" ry="26%" fill="rgba(43, 186, 146, 0.3)" style="stroke: rgb(21, 93, 73); stroke-opacity: 0.5;"></ellipse>
<ellipse cx="66.66666666666667%" cy="50%" rx="26%" ry="26%" fill="rgba(193, 55, 231, 0.3)" style="stroke: rgb(96, 27, 115); stroke-opacity: 0.5;"></ellipse><text y="50%" text-anchor="middle" id="1:80%"><tspan x="80%" dy="0">Engineering Lead</tspan></text><text y="22%" text-anchor="middle" id="2:34%"><tspan x="34%" dy="0">Product Manager</tspan></text><text y="78%" text-anchor="middle" id="3:34%"><tspan x="34%" dy="0">Engineering Manager</tspan></text><text y="34%" text-anchor="middle" id="12:59%"><tspan x="59%" dy="0">PM ∩ EL
@larahogan
larahogan / app-perf.md
Last active May 7, 2021 01:18
Native app performance metrics

Native app performance metrics

This is a draft list of what we're thinking about measuring in Etsy's native apps.

Currently we're looking at how to measure these things with Espresso and Kif (or if each metric is even possible to measure in an automated way). We'd like to build internal dashboards and alerts around regressions in these metrics using automated tests. In the future, we'll want to measure most of these things with RUM too.

Overall app metrics

  • App launch time - how long does it take between tapping the icon and being able to interact with the app?
  • Time to complete critical flows - using automated testing, how long does it take a user to finish the checkout flow, etc.?
  • Battery usage, including radio usage and GPS usage
  • Peak memory allocation