Skip to content

Commit e5d0f8d

Browse files
committed
Add a link to the cancellation benchmark documented in the README
1 parent ab1c086 commit e5d0f8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datafusion/physical-plan/src/execution_plan.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,14 @@ pub trait ExecutionPlan: Debug + DisplayAs + Send + Sync {
273273
/// made using a timer (being careful with the overhead-heavy system call needed to
274274
/// take the time), or by counting rows or batches.
275275
///
276-
/// The cancellation benchmark tracks some cases of how quickly queries can
276+
/// The [cancellation benchmark] tracks some cases of how quickly queries can
277277
/// be cancelled.
278278
///
279279
/// For more details see [`SpawnedTask`], [`JoinSet`] and [`RecordBatchReceiverStreamBuilder`]
280280
/// for structures to help ensure all background tasks are cancelled.
281281
///
282282
/// [`spawn`]: tokio::task::spawn
283+
/// [cancellation benchmark]: https://github.com/apache/datafusion/blob/main/benchmarks/README.md#cancellation
283284
/// [`JoinSet`]: tokio::task::JoinSet
284285
/// [`SpawnedTask`]: datafusion_common_runtime::SpawnedTask
285286
/// [`RecordBatchReceiverStreamBuilder`]: crate::stream::RecordBatchReceiverStreamBuilder

0 commit comments

Comments
 (0)