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
10
11
12
13
14
version: "3.9"
services:
  drill-server:
    ports:
      - "9000:9000"
    image: drill-example-server:latest
    build:
      context: ./
      dockerfile: Dockerfile-example-server
      #args:
      #  buildno: 1
    environment:
        OUTPUT: 0
        DELAY_MS: 100