Skip to content

Commit 52ffe05

Browse files
README: Add benchmarks.
1 parent d4cefd8 commit 52ffe05

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/benchmarks.png

30.8 KB
Loading

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ If you'd like to contribute to the package as a developer, hack around, or just
3030
clone/check out this repository and run `./tool/init.sh` to regenerate code and get you started. Make sure to have a
3131
look at the [contribution guidelines](CONTRIBUTING.md) - all contributions are very welcome.
3232

33-
## Benchmarks
34-
35-
3633
## Packages
3734

3835
This repository holds all ObjectBox Dart/Flutter packages as separate directories:

objectbox/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@ dev_dependencies:
130130

131131
Continue with the [examples README](example/README.md) to learn how to create entities and use the ObjectBox API.
132132

133+
## Benchmarks
134+
135+
We tested CRUD operations (create, read, update, delete). Each test was run multiple times and executed
136+
manually outside of the measured time. Data preparation and evaluation were also done outside of the measured time.
137+
138+
![](https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/benchmarks.png)
139+
140+
You can run these yourself using our [objectbox-dart-performance](https://github.com/objectbox/objectbox-dart-performance) Flutter benchmark app.
141+
133142
## Help wanted
134143

135144
ObjectBox Dart is open to contributions and feedback on [GitHub](https://github.com/objectbox/objectbox-dart/issues).

0 commit comments

Comments
 (0)