rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.61k stars 1.17k forks source link

Added FreeBSD as a supported compiled binary. #279

Open jason-tyler opened 2 years ago

jason-tyler commented 2 years ago

Makefile modified with the following: GOOS=freebsd GOARCH=amd64 go build -o ./bin/$(binary)_freebsd_amd64

Compilation tested successfully on a FreeBSD 13.0 Release build.