Skip to content

Commit 01a20a3

Browse files
committed
Ask about local/remote/CI development workflow
1 parent 5e5f1e0 commit 01a20a3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Type: select one (optional)
4949

5050
## Workflows
5151

52-
### How do you build your Rust projects?
52+
### Which builds system do you use to build Rust code?
5353

5454
Type: select all that apply (optional)
5555

@@ -58,6 +58,15 @@ Type: select all that apply (optional)
5858
- I combine Cargo and another build system
5959
- If you use other build system(s), which ones do you use? (open response)
6060

61+
### How do you build your Rust projects?
62+
63+
Type: select all that apply (optional)
64+
65+
- On my local computer
66+
- On CI infrastructure
67+
- On a remote or cloud server
68+
- Other (open response)
69+
6170
### Which compilation workflows are the most important to you?
6271

6372
Please rate how important are the following compilation workflows to you, and how much do you currently struggle with their performance currently.
@@ -79,7 +88,7 @@ Priority:
7988
- Important, compile times are acceptable for me
8089
- Important, compile times are a blocker for me
8190

82-
### Do you have any other compilation workflow that you would like to mention?
91+
### Do you have any other Rust development workflow that you would like to mention?
8392

8493
Type: open response (optional)
8594

@@ -137,6 +146,7 @@ Commands:
137146
- `cargo check` and `cargo clippy` not sharing compilation cache
138147
- Waiting for an IDE to show me inline error/warning annotations
139148
- `cargo` rebuilding everything from scratch and I do not understand why
149+
- `cargo` and my IDE blocking each other
140150

141151
Priority:
142152

0 commit comments

Comments
 (0)