We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
collector
1 parent cd429bd commit b3fa5d6Copy full SHA for b3fa5d6
database/src/pool.rs
@@ -138,6 +138,9 @@ pub trait Connection: Send + Sync {
138
139
// Collector status API
140
141
+ // TODO: these functions should be removed. The only useful user of them currently are runtime
142
+ // benchmarks, which should switch to something similar to
143
+ // `get_compile_test_cases_with_measurements`.
144
async fn collector_start(&self, aid: ArtifactIdNumber, steps: &[String]);
145
146
// Returns `true` if the step was started, i.e., it did not previously have
0 commit comments