realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.73k stars 564 forks source link

Consider increasing performance test suite coverage #4649

Open tomduncalf opened 2 years ago

tomduncalf commented 2 years ago

Our current performance test suite only measures the performance of property access. It was suggested in https://github.com/realm/realm-js/issues/4443#issuecomment-1156029981 that it would be useful to have performance benchmarks for writing, syncing, etc.

tomduncalf commented 2 years ago