mirror of
https://github.com/nspcc-dev/neo-bench.git
synced 2026-03-01 04:28:43 +00:00
Add "no load" mode #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShaleva on GitHub (Dec 20, 2023).
Is your feature request related to a problem? Please describe.
Sometimes I need to run network without load. I need this from time to time to test some code and to check the compatibility with NeoC# or for some other purposes. I made local modifications to disable load.
Describe the solution you'd like
Add a special "no load" mode to be able to run specified network without load.
@roman-khimov commented on GitHub (Dec 20, 2023):
It's somewhat strange we have this setup functionality here and not in neo-go repository. Maybe network setup can be moved out and then #92 would handle any setup?
I'm OK with a quick fix for this though, just to have something for now.