No description
Find a file
2026-05-11 13:31:24 +09:00
.env.example READMW,.env.exampleの編集 2026-05-11 13:29:41 +09:00
.gitignore Initial commit 2026-05-10 22:58:29 +09:00
go.mod Initial commit 2026-05-10 22:58:29 +09:00
go.sum Initial commit 2026-05-10 22:58:29 +09:00
LICENCE docs: add Licence 2026-05-10 23:31:16 +09:00
main.go Initial commit 2026-05-10 22:58:29 +09:00
README.md fix:ATProto => AT Protocol 2026-05-11 13:31:24 +09:00

AT Protocol PDS Stress Test Tool

セットアップ

clone

git clone https://git.soverth.blue/soma/pds-stress-test.git
cd pds-stress-test

1. 依存ライブラリのインストール

go mod init pds-stress-test
go mod tidy
go get https://github.com/joho/godotenv

2. .envの編集

mv .env.example .env
vi .env

3. 実行

go run main.go