Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I'll be happy to implement this
na...@google.com <na...@google.com> #3
Thanks. Let us know when you have some API design (not looking for a doc, just commenting here is also fine, whichever is easier for you).
One tricky bit about this one is the "transactionality" of it.
e.g. we need to handle the case where we called onPopuplated but application crashed before onPopulated
could succeed. We need to re-run it in the next run.
We might do this by keeping a record in room_master_table
(there might be a better option, this is the first thing that comes to my mind)
Description
Create a lower level API for writing benchmarks with benchmark-common, independent of JUnit / BenchmarkRule