elixir-omg icon indicating copy to clipboard operation
elixir-omg copied to clipboard

Parametrized block size

Open pnowosie opened this issue 4 years ago • 0 comments

#1244 introduces a long running test in State.Core tests. ($REPO_ROOT/apps/omg/test/omg/state/core_test.exs, test "long running full block test")

  1. ~Check whether~ performance is NOT related to the changes in the PR #1244 I've checked the test performance without mentioned PR changes and it demonstrated similar running times (~29 sec). See branch
    So @pdobacz was right writing [here]:

on 2nd thought, this is not unreasonable speed. We were doing our perf tests on multiple cores, this is just one here, and thats 65K ecrecovers there, 26 seconds makes sense :(

  1. Lower the block size for this test

pnowosie avatar Feb 03 '20 07:02 pnowosie