Skip to content

Commit

Permalink
doc edits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Mar 31, 2018
1 parent ef0442f commit 4a67339
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ $ time java -jar ./springboot/target/springboot-1.0-SNAPSHOT.jar

## Results

|DI|Jar with Dependencies, KB|Compile/Package Time, ms|Exec time, ms|
|DI|Compile/Package Time, ms|Jar with Dependencies, KB|Exec time, ms|
|----|-----|-----|----|
|Dagger| 51|1320|122|
|Cayenne DI|79|93|166|
|Guice|3440|483|353|
|Spring Boot|6993|527|1628|
|Dagger|1320|51|122|
|Cayenne DI|93|79|166|
|Guice|483|3440|353|
|Spring Boot|527|6993|1628|

0 comments on commit 4a67339

Please sign in to comment.