p0mvn / perf-osmo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perf-osmo

This is a simple application to performance test an Osmosis node.

Allows adding rpc endpoints to query by modules (similar to Cosmos SDK).

Sidenote: could easily be adapted to any Cosmos SDK node in the future.

To use:

  • Place config.yml into $HOME/.perf-osmo:
---
# See perf.go for interpretation
perf:
  host: <node ip>
  port: 9090
  numConnections: 100
  numCallsPerConnection: 10000
  heightsToCover: 1000

  • go install

  • perf-osmo start

About

License:MIT License


Languages

Language:Go 100.0%