You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ex_performance_metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ We need to add some data to the metrics so that we can better characterise them:
34
34
| Data | Why is it useful? | Notes |
35
35
| :---- | :---- | :---- |
36
36
| Device information | <ul><li>To detect specific device problem, especially on the fragmented Android ecosystem</li></ul> | It is provided by Sentry |
37
-
| Homeserver | <ul><li>To compare matrix.org and element.io homeservers speed</li><li>To measure the impact of a slow homeserver</li></ul> |**We use SHA-512 to compute the hash of the homeserver domain**, ie matrix.org or element.io. |
38
-
| DB files size:<ul><li>Crypto store</li><li>State store</li><li>Event cache store</li><li>Media store</li></ul> | <ul><li>To check the impact of growing DB on speed performance</li><li>To check disk space used by the app</li></ul> | Expressed in MB. |
37
+
| Homeserver (`homeserver`) | <ul><li>To compare matrix.org and element.io homeservers speed</li><li>To measure the impact of a slow homeserver</li></ul> |**We use SHA-512 to compute the hash of the homeserver domain**, ie matrix.org or element.io. |
38
+
| DB files size:<ul><li>Crypto store (`crypto_store_size`)</li><li>State store (`state_store_size`)</li><li>Event cache store (`event_cache_size`)</li><li>Media store (`media_store_size`)</li></ul> | <ul><li>To check the impact of growing DB on speed performance</li><li>To check disk space used by the app</li></ul> | Expressed in MB. |
39
39
40
40
We'd want to add this data too, but it's not possible at the moment given the info we have in the SDK:
0 commit comments