yandex/pandora
Fork: 65 Star: 412 (更新于 2024-11-01 12:32:04)
license: NOASSERTION
Language: Go .
A load generator in Go language
最后发布版本: v0.5.31 ( 2024-07-17 22:01:24)
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.
Documentation
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.
Performance tests
These tests are run when a release is created from a tag. See .github/workflows/yc.yml
The scripts used to run are performance-test/automation
And the tests are in the following directory - performance-test/test-config. Where one directory is one test. Each test has a autostop point configured. When all tests pass, all their autostop points will be written in the release description.
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
最近版本更新:(数据更新于 2024-09-03 02:11:12)
2024-07-17 22:01:24 v0.5.31
2024-07-11 23:01:07 v0.5.30
2024-06-27 22:54:10 v0.5.29
2024-06-25 17:45:09 v0.5.28
2024-06-24 22:40:30 v0.5.27
2024-05-22 19:56:02 v0.5.26
2024-05-16 23:51:46 v0.5.25
2024-05-13 16:55:27 v0.5.24
2024-04-17 14:42:12 v0.5.23
2024-04-08 18:37:32 v0.5.22
yandex/pandora同语言 Go最近更新仓库
2024-11-05 08:55:31 XTLS/Xray-core
2024-11-05 00:03:47 SagerNet/sing-box
2024-11-04 20:34:19 Permify/permify
2024-11-04 15:07:27 containerd/containerd
2024-11-03 20:10:56 flipped-aurora/gin-vue-admin
2024-11-03 00:46:25 dolthub/dolt