erigon-pulse/cmd/evm
Alex Sharov f0bc2b2146
Run tests on lmdb and badger (#624)
* lmdb tests

* trigger ci

* fix tests

* disable parallelism

* disable parallelism

* cleanup resources

* cleanup resources

* reduce concurency

* try run tests on bolt

* try run tests on bolt

* fix downloader test

* run bolt tests

* rely on interface instead of exact instance

* Rename AbstractKV to KV

* don't use separator for badger

* don't initialize badger cursor - because it not used here

* fix linter

* try reduce badger compactors

* compat with master

* try lmdb

* try lmdb

* try lmdb

* reduce badger's MaxTableSize, reduce badger's minGoMaxProc for inMem option

* allow to close closed db

* release

* release

* ideal batch size for badger

* ideal batch size for badger
2020-06-05 10:25:33 +01:00
..
internal/compiler Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
compiler.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
disasm.go post-merge fixups 2020-02-27 17:22:25 +03:00
main.go cmd/evm: Add --bench flag for benchmarking (#20330) 2020-01-30 13:36:30 +02:00
runner.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
staterunner.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00