driller 0.10.0-alpha.1

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
---

base: 'http://localhost:9000'
iterations: '{{ ITERATIONS }}'

plan:
  - name: Fetch users
    request:
      url: /api/{{ EDITOR }}.json