threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

Check if we can include these tools in rmb-rs repo #171

Closed sameh-farouk closed 6 months ago

sameh-farouk commented 8 months ago

The CLI tools available at https://github.com/sameh-farouk/rmb_tester can be helpful in RMB development and testing scenarios. I implemented these tools previously to help me test and benchmark V and Go implementations of RMB. Recently, I updated them to work with the new RMB implementation. They can help find issues by stress testing RMB while developing new features or checking existing ones.

They can also serve as a mini CLI client for RMB to perform remote tests such as checking node reachability over RMB and other tasks.

I would suggest moving them to this repository under a tools\rmb_tester directory maybe so other developers who works on this project can make use of them when needed.

sameh-farouk commented 6 months ago

Update: This morning @xmonader asked to include this tool here, so I'll move this to 3.13 and open PR