drill 0.9.1

Drill is a HTTP load testing application written in Rust inspired by Ansible syntax
1
2
3
4
5
6
7
8
9
# Example of a included file

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