Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/status-im/infra-role-nimbus-bench-eth1
Ansible role for nimbus-eth1 benchmarking
https://github.com/status-im/infra-role-nimbus-bench-eth1
ansible-role eth1 infra nimbus
Last synced: 20 days ago
JSON representation
Ansible role for nimbus-eth1 benchmarking
- Host: GitHub
- URL: https://github.com/status-im/infra-role-nimbus-bench-eth1
- Owner: status-im
- Created: 2024-11-25T13:39:04.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-11T08:49:59.000Z (23 days ago)
- Last Synced: 2024-12-11T09:34:34.540Z (23 days ago)
- Topics: ansible-role, eth1, infra, nimbus
- Language: Shell
- Homepage: https://github.com/status-im/nimbus-eth1
- Size: 76.2 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This role provisions 2 benchmarking services that benchmark nimbus-eth1 clients.
Short benchmark (a service that runs for 24 hours)
Long benchmark (a service that runs for 1 week)# Status
```
systemctl status nimbus-eth1-mainnet-short-benchmark.service
```# Configuration
The crucial settings are:
```yaml
# can be either `short` or `long`
nimbus_eth1_benchmark_type: 'short'
# path to template-db, needed for short benchmarking
nimbus_eth1_template_db: 'path/to/template-db'
# era1 files are necessary for import process to run
nimbus_eth1_era_dir: 'path/to/era-files'
# era files are necessary for import process to run
nimbus_eth1_era1_dir: 'path/to/era1-files'
```