-
Notifications
You must be signed in to change notification settings - Fork 2
Compile times and speed
Lukas Kalbertodt edited this page Aug 29, 2018
·
1 revision
cargo run
was executed to build.
- full build: 43,1s
- touch main.rs: 2,4s
- touch lib.rs: 2,8s
- change constant value: 2,4s
- FPS no logs: 200
- FPS crazy logs: 16
- full build: 1m34s
- touch main.rs: 2,3s
- touch lib.rs: 2,8s
- change constant value: 2,4s
- FPS no logs: 215
- FPS crazy logs: 45
- full build: 1m47s
- touch main.rs: 1,9s
- touch lib.rs: 2,7s
- change constant value: 1,8
- FPS no logs: 220
- FPS crazy logs: 57