006 rings vs channels

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

Showing last 10 of 17 lines
  --> tests/regression/400_RUNTIME_FEATURES/420_PERFORMANCE/420_006_rings_vs_channels/input.kz:173:5
    |
173 |     | continue s => continue { s.sum, s.received }
    |     ^

error[PARSE003]: single continuation branch 'continue' carrying a payload is a one-variant tag union — declare the single output as a bare return instead: `-> { sum: u64, received: u64 }`
  --> tests/regression/400_RUNTIME_FEATURES/420_PERFORMANCE/420_006_rings_vs_channels/input.kz:187:1
    |
187 | ~tor yield-then-continue { sum: u64, received: u64 }
    | ^

Code

input.kz

Flows

subflow ~consume-loop click a branch to expand · @labels scroll to their anchor
dequeue (ring)
flow ~create-ring click a branch to expand · @labels scroll to their anchor
create-ring

Imported Files

input_taps.kz

Test Configuration

Post-validation Script: