https://github.com/maticnetwork/node-benchmarking
Matic node benchmarking scripts
https://github.com/maticnetwork/node-benchmarking
Last synced: 8 months ago
JSON representation
Matic node benchmarking scripts
- Host: GitHub
- URL: https://github.com/maticnetwork/node-benchmarking
- Owner: maticnetwork
- Created: 2020-04-02T04:19:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T16:49:32.000Z (almost 6 years ago)
- Last Synced: 2025-01-03T08:21:51.817Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 29
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmarking
It contains node benchmarking scripts
### Build
```
go build
```
### Benchmarks
1. Subscribe to new blocks. Prints tx count in each block
```
./monitoring-tools txcount
```
2. Fire txs in Bulk
```
bash benchmarking/benchmark.sh
```
3. [Benchmarking Results](./benchmarking/README.md)
### Other commands
```
./monitoring-tools roothash -start 1 -end 10
```