aurora-is-near / evm-bully

Stress testing and benchmarking tool for the NEAR EVM
Creative Commons Zero v1.0 Universal
27 stars 2 forks source link

Adapt evm-bully for aurora-engine CI #8

Closed strokovok closed 3 years ago

strokovok commented 3 years ago

Couple of things are done here:

  1. Changing cwd by os.Chdir is not necessary, I altered git/make to do the same thing by setting cmd.Dir instead
  2. Refactored replayer/neard quite a lot, to support more flexibility for different usage scenarios
  3. Neard binary and aurora-cli paths can now be specified by argument
  4. Thousands of empty blocks do not spam logs anymore (combined in ranges)
frankbraun commented 3 years ago

Looks good, thanks!