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

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

- name: Include subcomments
  include: subcomments.yml