|
|
|
|
|
by pytness
618 days ago
|
|
I ran `cargo fetch` first to remove the downloading time out of the equation. Ran on arch (AMD R7 7800X3D). First build: > cargo build 2574.91s user 79.89s system 1341% cpu 3:17.84 total After change: > cargo build 11.97s user 1.62s system 176% cpu 7.719 total After another change, this time with --timings: > cargo build --timings 12.00s user 1.60s system 176% cpu 7.722 total Unit | Total | Codegen 1. veloren-server v0.16.0 4.9s 3.7s (75%)
2. veloren-voxygen v0.16.0 4.1s 2.0s (49%)
... |
|
What memory are you using? Are you overclocking? Are you using SSD?