Sign inSign up

mksvdmtr/drill

By mksvdmtr

Updated about 4 years ago

Drill is an HTTP load testing application written in Rust

Image
0

190

mksvdmtr/drill repository overview

Drill is an HTTP load testing application written in Rust

https://github.com/fcsonline/drill

cat ~/drill/test.yml
concurrency: 4
base: 'http://localhost:9000'
iterations: 5
rampup: 2

plan:
  - name: Fetch users
    request:
      url: /api/users.json
docker run --rm -v ~/drill:/drill mksvdmtr/drill:latest --benchmark /drill/test.yml --stats

Tag summary

Content type

-

Digest

Size

48 MB

Last updated

about 4 years ago

docker pull mksvdmtr/drill