blockworks-foundation / lite-rpc

This is a solana lite rpc which optimizes sending transactions and confirming transactions strategies.
GNU Affero General Public License v3.0
192 stars 54 forks source link

benchrunner service #363

Closed grooviegermanikus closed 6 months ago

grooviegermanikus commented 6 months ago

run benchmark periodically against multiple tenants and store results in postgres and send them via prometheus

RUST_LOG=info,lite-rpc=debug,solana_lite_rpc_benchrunner_service=trace,bench=debug FUNDED_PAYER_KEYPAIR58=someencodedkeypair PG_ENABLED=true PG_CONFIG=host=localhost dbname=literpc3 user=literpc_app password=litelitesecret sslmode=disable PRIO_FEES=2 TENANT1_ID=triton-rpcpool-testnet;TENANT1_RPC_ADDR=https://api.testnet.rpcpool.com/dfe....

grooviegermanikus commented 6 months ago

move postgres session