Skip to content

Commit b3fa5d6

Browse files
committed
Add note to collector database queries
1 parent cd429bd commit b3fa5d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

database/src/pool.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ pub trait Connection: Send + Sync {
138138

139139
// Collector status API
140140

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`.
141144
async fn collector_start(&self, aid: ArtifactIdNumber, steps: &[String]);
142145

143146
// Returns `true` if the step was started, i.e., it did not previously have

0 commit comments

Comments
 (0)