Skip to content

Commit

Permalink
DI comparsion 1.1 - adding Bootique 2.0
Browse files Browse the repository at this point in the history
skip build time measurements ... the numbers are dependent on the module ordering and are not reliable
(placing a module at the end gives it an advantage)
  • Loading branch information
andrus committed Apr 17, 2020
1 parent 13a95d7 commit ed3e0cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ Processing".
## "Benchmark"

```
# Warmup build
# Build (can't compare build times, as module ordering affects the results)
mvn clean package
# Measure assembly time with "-o" to ensure loading dependencies over
# the network does not interfere...
mvn clean && mvn package -o
```

```
Expand Down

0 comments on commit ed3e0cd

Please sign in to comment.