Skip to content

Commit

Permalink
Docs: Indicate rounded values in comparison table Mill vs. sbt (#3674)
Browse files Browse the repository at this point in the history
Pull request: #3674
  • Loading branch information
lefou authored Oct 5, 2024
1 parent 6c42616 commit 4d59769
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/modules/ROOT/pages/comparisons/sbt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ real-world project compares to using SBT.

[cols="1,1,1,1"]
|===
| Benchmark | Cold SBT | Hot SBT | Mill
| Benchmark | Cold SBT | Hot SBT (rounded) | Mill

| <<Parallel Clean Compile All>> | 28.7s | 12s | 10.4s
| <<Clean Compile Single-Module>> | 10.1s | 1s | 0.96s
| <<Incremental Compile Single-Module>> | 6.2s | 0s | 0.48s
| <<No-Op Compile Single-Module>> | 4.2s | 0s | 0.40s
| <<Parallel Clean Compile All>> | 28.7s | 12s | 10.4s
| <<Clean Compile Single-Module>> | 10.1s | 1s | 0.96s
| <<Incremental Compile Single-Module>> | 6.2s | 0s | 0.48s
| <<No-Op Compile Single-Module>> | 4.2s | 0s | 0.40s
|===

SBT can be used in two modes, either "cold" run directly from the command line, or "hot"
Expand Down

0 comments on commit 4d59769

Please sign in to comment.