zakgof / android-db-benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-db-benchmark

Benchmarking some android data storage frameworks:

Test operations:

  • Write: insert 1000 person records with random data
  • Read: get 1000 random persons using lastName as the key

Interactive mode:

  • install app on your phone
  • click a button to run a specific test
  • observe the report (time calculated using System.currentMillis())

Benchmark mode:

  • Run as android Jetpack instrumented benchmark

Results:

About

License:Apache License 2.0


Languages

Language:Java 100.0%