objectbox / objectbox/objectbox-dart
Benchmark improvements
Open
@greenrobot-team is already working on this.
Since Jul 5, 2022.
enhancement
- Dominant language
- Dart
- Stars
- 1.2k
- Forks
- 162
- Avg merge
- 15m
- Merged PRs (30d)
- 1
Description
- Ensure that all benchmarks run on a worker isolate or async to avoid any disadvantages due to Darts message handling.
- Try to compare async APIs for all databases tested. Currently for objectbox and isar synchronous APIs are used, while Hive and sqflite use async APIs which may introduce additional overhead.
- At least clearly indicate if there may be significant overhead due to using asynchronous APIs (should only be an issue for non-bulk async APIs, details tbd)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.