Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 543 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 543 Bytes

realm-copy-test

Compare Realm's writing speed between writing managed realm objects and copying un-managed realm objects.

What to compare

  • Managed: Edit directly on managed RealmObject in transaction
  • Copying: Edit copied un-managed RealmObject and copy it into Realm in transaction

Test cases

  • Test01: Find RealmObject, edit 1 column, and write. 1,000 times.
  • Test02(Big): Find RealmObject, edit 10 columns, and write. 1,000 times.

Test Result