We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226b8e4 commit 38484d2Copy full SHA for 38484d2
surveys/micro/2025-06-compiler-performance.md
@@ -81,6 +81,8 @@ Type: matrix (optional)
81
82
Workflows:
83
84
+- Type checking (change code, type check using *cargo check* or IDE)
85
+- Running tests (change code, run tests *cargo test* or IDE)
86
- Unoptimized rebuilds (change code, rebuild without optimizations)
87
- Optimized rebuilds (change code, rebuild with optimizations)
88
- Workspace rebuilds (change a crate which causes multiple other crates in your workspace to be rebuilt)
0 commit comments