File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Fresh Build
2+
3+ No `target/` directory present before running commands.
4+
5+ ### Workspace
6+ Before any changes:
7+ ```
8+ cargo build --workspace 1336.46s user 137.43s system 668% cpu 3:40.40 total
9+ ```
10+
11+ After changes:
12+ ```
13+ ...
14+ ```
15+
16+ ### Tests
17+ Before any changes:
18+ ```
19+ cargo build --workspace --tests 314.31s user 29.90s system 435% cpu 1:19.10 total
20+ ```
21+
22+ After changes:
23+ ```
24+ ```
25+
26+ ## Oxen-Only Changes
27+
28+ Changes only made to the local crates. A full `target/` directory from a previous build.
29+
30+ ### Workspace
31+ Before any changes:
32+ ```
33+ cargo build --workspace 16.03s user 5.48s system 191% cpu 11.225 total
34+ ```
35+
36+ After changes:
37+ ```
38+ ```
39+
40+ ### Tests
41+ Before any changes:
42+ ```
43+ cargo build --workspace --tests 33.13s user 8.02s system 291% cpu 14.100 total
44+ ```
45+
46+ After changes:
47+ ```
48+ ```
49+
You can’t perform that action at this time.
0 commit comments