Skip to content

Commit 04d1eff

Browse files
committed
Add question about CI caching
1 parent 38484d2 commit 04d1eff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

surveys/micro/2025-06-compiler-performance.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ Options:
102102

103103
Type: free form (optional)
104104

105+
### Do you use any caching to speed up CI builds?
106+
107+
Type: select all that apply (optional)
108+
109+
- rust-cache or other similar action
110+
- sccache
111+
- cargo-chef
112+
- Other (open response)
113+
105114
### How large is the Rust project that you work on in terms of lines of Rust code?
106115

107116
Please provide an answer for the Rust project where you most struggle with compilation times. Only include the lines of Rust code of your project, not of its dependencies. You can count the lines of code e.g. using [tokei](https://github.com/XAMPPRocky/tokei).

0 commit comments

Comments
 (0)