driller 0.10.0

Driller is a HTTP load testing application written in Rust inspired by Ansible syntax. Friendly fork of fcsonline/drill.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
base: 'http://localhost:9000'
iterations: 1
concurrency: 1

plan:
  - name: Include comments
    include: subtags.yml

  - name: Tagged user request
    request:
      url: /api/users/70
    tags:
      - tag_user