Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 386 Bytes

BOMBARDIER.md

File metadata and controls

13 lines (12 loc) · 386 Bytes

Bombardier with proxy

Adopted from github.com/mariotrucco/bombardier@78-add-proxy-support

Installation

mkdir bombardier_tmp
cd bombardier_tmp
go mod init bombardier_tmp
go mod edit -replace github.com/codesenberg/bombardier=github.com/mariotrucco/bombardier@78-add-proxy-support
go get github.com/codesenberg/bombardier
cd ..
rm -r bombardier_tmp