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
# Example of a included file

---
- name: Fetch comments
  request:
    url: /api/comments.json

- name: Include subcomments
  include: subcomments.yml