Skip to content

yandex/pandora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

44bc369 · Apr 17, 2024
Apr 17, 2024
Apr 15, 2024
Apr 17, 2024
Apr 17, 2024
Mar 6, 2024
Oct 27, 2015
Apr 17, 2024
Apr 17, 2024
Apr 17, 2024
Oct 23, 2018
Apr 17, 2024
Apr 8, 2024
Apr 4, 2018
Apr 29, 2020
Apr 17, 2024
Jun 1, 2021
Apr 8, 2017
Apr 17, 2024
Nov 25, 2015
Jan 29, 2024
Feb 5, 2024
Apr 17, 2024
Apr 17, 2024
Dec 31, 2017
Mar 1, 2024

Repository files navigation

Pandora

Release Release Test codecov Code lines

PkgGoDev Go Report Card Join the chat at https://gitter.im/yandex/pandora

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 go 1.11 modules. If you build pandora inside $GOPATH, please make sure you have env variable GO111MODULE set to on.

git clone https://github.com/yandex/pandora.git
cd pandora
make deps
go install

Or let Yandex.Tank make it easy for you.

Extension points

You can write plugins with the next extension points:

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.

Changelog

Install https://github.com/miniscruff/changie

You can add changie completion to you favorite shell https://changie.dev/cli/changie_completion/

Using

See https://changie.dev/guide/quick-start/

Show current version changie latest

Show next minor version changie next minor

Add new comments - changie new - and follow interface

Create changelog release file - changie batch v0.5.21

Same for next version - changie batch $(changie next patch)

Merge to main CHANGELOG.md file - changie merge

Documentation

Documentation

Old Documentation

ReadTheDocs