Skip to content

Commit f464051

Browse files
authored
Merge pull request #186 from dkotrada/patch-2
More clear table headers
2 parents f6c8b92 + 0335b8d commit f464051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust-2018/cargo-and-crates-io/cargo-check-for-faster-checking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ So how much speedup do you actually get? Like most performance related
4747
questions, the answer is "it depends." Here are some very un-scientific
4848
benchmarks at the time of writing.
4949

50-
| build | performance | check performance | speedup |
50+
| use case | build performance | check performance | speedup |
5151
|--------|-------------|-------------------|---------|
5252
| initial compile | 11s | 5.6s | 1.96x |
5353
| second compile (no changes) | 3s | 1.9s | 1.57x |
54-
| third compile with small change | 5.8s | 3s | 1.93x |
54+
| third compile with small change | 5.8s | 3s | 1.93x |

0 commit comments

Comments
 (0)