Skip to content
forked from byteridge/goad

Goad is an AWS Lambda powered, highly distributed, load testing tool

License

Notifications You must be signed in to change notification settings

arre-udigital/goad

 
 

Repository files navigation

Goad

All credit goes to the original Goad project.

This fork contains pretty much just the changes necessary to allow it to easily build and run with newer versions of Go, Lambda runtimes, dependencies, etc.

Building

The instructions below were written with Go 1.19.

  1. Fetch the project with go get:
go get github.com/ujwalparker/goad
  1. Tidy dependencies dep go mod tidy:
go mod tidy
  1. To sync the vendor directory go mod vendor:
go mod vendor
  1. Build for all supported platforms:
make
  1. You’ll find the goad binary in the build directory.

License & Copyright

MIT License.
Copyright 2016 Joao Cardoso, Matias Korhonen, Rasmus Sten, and Stephen Sykes.
Copyright 2016 Guido Serra OLX, a Naspers company.
Copyright 2017 Walter Marta, Clemens Wältken Edrans/OLX.

See the LICENSE file for more details.

About

Goad is an AWS Lambda powered, highly distributed, load testing tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.7%
  • Makefile 4.4%
  • Other 1.9%