Skip to content

lukashes/pandora

 
 

Repository files navigation

Pandora

Join the chat at https://gitter.im/yandex/pandora Build Status Coverage Status Read the Docs

Pandora is a high-performance load generator in Go language. It has built-in HTTP(S) and HTTP/2 support and you can write your own load scenarios in Go, compiling them just before your test.

How to start

Binary releases

Download available.

Building from sources

We use dep for package management. Install it before compiling Pandora Compile a binary with go tool (use go >= 1.8.3):

go get github.com/yandex/pandora
cd $GOPATH/src/github.com/yandex/pandora
dep ensure
go install

You can also cross-compile for other arch/os:

GOOS=linux GOARCH=amd64 go build

Running your tests

Run the binary with your config (see config examples at examples):

# $GOBIN should be added to $PATH
pandora myconfig.yaml

Or use Pandora with Yandex.Tank and Overload.

About

A load generator in Go language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Other 0.8%