038 interpreter nested loop benchmark

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual


============================================================
HONEST APPLES-TO-APPLES BENCHMARK
Task: for(0..1000) | each |> for(0..100) | each |> add()
      = 100,000 add dispatches
============================================================

Completed: branch=done
Sum: 4950000 (expected: 4950000)
Correct: true
Time: 157 ms

Compare: python3 benchmark.py
============================================================

Test Configuration

MUST_RUN