config:
  target: 'http://localhost:8080'
  phases:
    - duration: 10
      arrivalRate: 5
  defaults:
scenarios:
  - flow:
    - loop:
        - post:
            url: '/insertTeam'
            json:
              teamName: 'Test Team'
      count: 3
