Skip to content

Commit c636d56

Browse files
authored
Update README.md
1 parent 52ffe05 commit c636d56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

objectbox/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/logo.png" width="400px">
33
</p>
44

5-
# Flutter database for Dart-native object persistence 💙
5+
# Flutter database for Dart-native objects 💙
66

77
[![pub package](https://img.shields.io/pub/v/objectbox.svg)](https://pub.dev/packages/objectbox)
88

@@ -130,16 +130,16 @@ 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
133+
## Database Performance Benchmarks
134134

135-
We tested CRUD operations (create, read, update, delete). Each test was run multiple times and executed
135+
We tested across the four main database operations, CRUD (create, read, update, delete). Each test was run multiple times and executed
136136
manually outside of the measured time. Data preparation and evaluation were also done outside of the measured time.
137137

138138
![](https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/benchmarks.png)
139139

140140
You can run these yourself using our [objectbox-dart-performance](https://github.com/objectbox/objectbox-dart-performance) Flutter benchmark app.
141141

142-
## Help wanted
142+
## Help wanted 🤩
143143

144144
ObjectBox Dart is open to contributions and feedback on [GitHub](https://github.com/objectbox/objectbox-dart/issues).
145145
Either comment on an existing issue or open a new one. For example, if you experience errors or if you have ideas how to

0 commit comments

Comments
 (0)