Commit 2628625
committed
Fix CodSpeed workflow: enable caching and limit build parallelism
Reduce peak memory usage during bench profile compilation by:
- Enabling Rust target cache (cache-target: release)
- Limiting parallel compilation jobs to 2 (CARGO_BUILD_JOBS=2)
The bench profile inherits from release (LTO + codegen-units=1),
which is very memory-intensive on standard runners.1 parent 87d2ce0 commit 2628625
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
0 commit comments