driller 0.10.2

A clean HTTP load-test drill. Ansible-style YAML plans, Rust runtime, RPS and percentiles per run -- no fancy bits.
1
2
3
4
5
6
7
8
9
---

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

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