Skip to content

Commit 6e3d1b1

Browse files
committed
Add questions about user hardware
1 parent 01a20a3 commit 6e3d1b1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,35 @@ Type: select one (optional)
238238
- Yes, I want full debuginfo by default
239239
- No, I would prefer faster compilation with less debuginfo by default
240240

241+
## Hardware
242+
243+
Here we would like to get basic hardware information about the computer/server that you most often use to compile your Rust code. If you compile your code using a remote server, please enter the specs of that server.
244+
245+
### How many cores does your computer have?
246+
247+
Please count physical CPU cores, not including hyperthreads. If you do not know what are hyperthreads, just enter a number of cores that you think your computer has.
248+
249+
Type: select one (optional)
250+
251+
- 1
252+
- 2-4
253+
- 5-8
254+
- 9-16
255+
- 17-32
256+
- More than 32 cores
257+
258+
### How much RAM memory does your computer have?
259+
260+
Type: select one (optional)
261+
262+
- Less than 2 GiB
263+
- 2-4 GiB
264+
- 5-8 GiB
265+
- 9-16 GiB
266+
- 17-32 GiB
267+
- 33-64 GiB
268+
- More than 64 GiB
269+
241270
## Other
242271

243272
### Is there anything else related to Rust compiler performance that you would like to tell us?

0 commit comments

Comments
 (0)