The current benchmark client uses a Go channel to propagate cancellation information to spawned goroutines. RPCs are sent using context.Background() (link). Cancellation is checked within goroutines ...