profiler store query

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

v=10
v=20
query profile ok
profiled query run complete

Expected output

v=10
v=20
query profile ok
profiled query run complete

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (items, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (items, source: v: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (items, source: v: 20)
flow ~query click a branch to expand · @labels scroll to their anchor
query (items)
flow ~ping click a branch to expand · @labels scroll to their anchor
ping

Test Configuration

MUST_RUN

Compiler Flags:

--profile

Post-validation Script: