The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---

# ---------- Suite ----------

- schema: Suite
  name: perfmon suite
  data:
    id: 7
    name: perfmon
    type: software
    description: The Perfmon Dummy Suite
  
# ---------- Report ----------

- schema: Report
  name: dummy 1
  data:
    id: 21
    suite_id: 7
    suite_version: 1.01
    successgrade: FAIL

- schema: Tap
  name: tap 1
  data:
    id: 1
    report_id: 21
    tap: |
      1..4
      ok 1 foo
      ok 2 bar
      not ok 3 affe
      ok 4 zomtec

- schema: Report
  name: dummy 2
  data:
    id: 22
    suite_id: 7
    suite_version: 1.02
    successgrade: PASS

- schema: Tap
  name: tap 2
  data:
    id: 2
    report_id: 22
    tap: |
      1..3
      ok 1 berlin
      ok 2 prag
      ok 3 warschau

- schema: Report
  name: dummy 3
  data:
    id: 23
    suite_id: 7
    suite_version: 1.03
    successgrade: PASS

- schema: Tap
  name: tap 3
  data:
    id: 3
    report_id: 23
    tap: |
      1..4
      ok 1 affe
      ok 2 loewe
      ok 3 fink
      ok 4 star
      1..3
      ok 1 - foo
      ok 2 - bar
      ok 3 - baz