vm1_swap.yml   [plain text]


prelude: |
  a = 1
  b = 2
benchmark:
  vm1_swap: |
    a, b = b, a
loop_count: 30000000