@blocklet/server-benchmark
v0.0.31
Published
## How to use
Readme
Server Benchmark
How to use
- Prepare: start a server
- Install https://test.store.blocklet.dev/blocklets/z2qaAYeWTZkhb5yNHqwos6mJLLK9ykHrxehjx
- Config "Invited only" for Static Demo component in Blocklet Dashboard
- Install Media kit
- Save login_token from cookie in browser
- Save any User Did from Blocklet Dashboard
- Start Benchmark
Server use cluster
ABT_NODE_MAX_CLUSTER_SIZE=3 blocklet server start
Use benchmark
Use concurrent mode and require/s mode test(default):
$ npx @blocklet/server-benchmark initUser init type:
# type: server(default) | discuss-kit | tool
$ npx @blocklet/server-benchmark init --type server,discuss-kitEdit benchmark.yml, change:
- origin
- data.userDid
- data.teamDid
- data.loginToken
You can edit benchmark.yml and run:
$ npx @blocklet/server-benchmark runYou can set config path:
$ npx @blocklet/server-benchmark run --config benchmark.ymlFAQ
How to access blocklet by local domain?
- Config
server.benchmark.localto127.0.0.1in/etc/hosts - Add
server.benchmark.localfrom Blocklet Dashboard - Configuration
