Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ public class Library{
String address;
String name;
}

```
```java
public class Book{
String author;
String title;
int pagesCount;
int bookId;
Library library;
}
```
```java
public class Person{
String firstName;
String secondName;
Expand Down Expand Up @@ -57,10 +60,10 @@ For each test cache/lazy initialization were turned off, and we perform an avera

## Histograms

#### Overal
<a href="url"><img src="https://github.com/AlexeyZatsepin/Android-ORM-benchmark/blob/master/results/overal_simple.png?raw=true" align="center"></a>
<a href="url"><img src="https://github.com/AlexeyZatsepin/Android-ORM-benchmark/blob/master/results/overal_complex.png?raw=true" align="center"></a>
<a href="url"><img src="https://github.com/AlexeyZatsepin/Android-ORM-benchmark/blob/master/results/overal_balanced.png?raw=true" align="center"></a>
#### Overall
<a href="url"><img src="https://github.com/AlexeyZatsepin/Android-ORM-benchmark/blob/master/results/overall_simple.png?raw=true" align="center"></a>
<a href="url"><img src="https://github.com/AlexeyZatsepin/Android-ORM-benchmark/blob/master/results/overall_complex.png?raw=true" align="center"></a>
<a href="url"><img src="https://github.com/AlexeyZatsepin/Android-ORM-benchmark/blob/master/results/overall_balanced.png?raw=true" align="center"></a>
#### More detailed (Simple)
<a href="url"><img src="https://github.com/AlexeyZatsepin/Android-ORM-benchmark/blob/master/results/simple_read.png?raw=true" align="center"></a>
<a href="url"><img src="https://github.com/AlexeyZatsepin/Android-ORM-benchmark/blob/master/results/simple_write.png?raw=true" align="center"></a>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes