add release flag
This commit is contained in:
parent
e3c76f522c
commit
513eeedbf7
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -73,17 +73,17 @@ services:
|
|||
### Estimation du temps de build
|
||||
Sur ma machine (WSL), le temps de build est d'environ une minute.
|
||||
|
||||
- `time cargo build` :
|
||||
- `time cargo build --release` :
|
||||
```
|
||||
________________________________________________________
|
||||
Executed in 53.25 secs fish external
|
||||
usr time 229.21 secs 134.00 micros 229.21 secs
|
||||
sys time 19.56 secs 149.00 micros 19.56 secs
|
||||
Executed in 68.24 secs fish external
|
||||
usr time 484.04 secs 128.00 micros 484.04 secs
|
||||
sys time 22.84 secs 202.00 micros 22.84 secs
|
||||
```
|
||||
|
||||
- `cargo bench`
|
||||
```
|
||||
Finished bench [optimized] target(s) in 1m 00s
|
||||
Finished bench [optimized] target(s) in 1m 03s
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Reference in a new issue