erigon-pulse/cmd/hack
Alex Sharov 305f8aff02
Integration tests2 (#714)
```
go run ./cmd/integration reset --chaindata=...
go run ./cmd/integration state_stages -h
go run ./cmd/integration state_stages  --chaindata=... --verbosity=3 --block=2_000_000 --unwind=10 --unwind_every=1_000 
```
Also, it inherits flags from geth:
```
--pprof.cpuprofile=./cpu.out   // to file
--pprof --pprof.port=6060     // launch pprof server
--metrics                  //  sends to prometheus 
```
2020-07-07 11:00:25 +07:00
..
scripts bolt vs badger log parser and chart (#284) 2019-12-24 13:26:29 +00:00
hack.go Integration tests2 (#714) 2020-07-07 11:00:25 +07:00