Skip to content

Commit

Permalink
results
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 17, 2020
1 parent ed3e0cd commit a98c7bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ time java -jar ./springboot/target/springboot-*.jar
```

## Results

|DI|Build Time, ms|Jar w/Deps Size, KB|:arrow_down: Exec time, ms|
|----|-----|-----|----|
|Dagger|1267|51|121|
|Cayenne DI|91|79|180|
|Guice|487|3440|358|
|OpenWebBeans|361|1261|460|
|Spring|486|3545|506|
|Spring Boot|435|6993|1549|
## Results (Java 8)

|DI|Jar w/Deps Size, KB|:arrow_down: Exec time, ms|
|----|-----|----|
|Dagger|46|104|
|Cayenne DI|79|120|
|Bootique 2|2522|244|
|Guice|3781|328|
|OpenWebBeans|1345|381|
|Spring|3954|355|
|Spring Boot|7824|1057|
Binary file added results1_1.ods
Binary file not shown.

0 comments on commit a98c7bd

Please sign in to comment.