docs: typo
This commit is contained in:
parent
12b206e6ca
commit
9eb5e488e2
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ cargo day <day>
|
||||||
# 9 (elapsed: 33.18µs)
|
# 9 (elapsed: 33.18µs)
|
||||||
```
|
```
|
||||||
|
|
||||||
`day` is a shorthand for `cargo run --bin `. To run an optimized version for benchmarking, append the `--release` flag.
|
`day` is an alias for `cargo run --bin`. To run an optimized version for benchmarking, append the `--release` flag.
|
||||||
|
|
||||||
Displayed _timings_ show the raw execution time of your solution without overhead (e.g. file reads).
|
Displayed _timings_ show the raw execution time of your solution without overhead (e.g. file reads).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue