NethermindEth / blockifier-tester

A testing utility to run juno with our version of the blockifier that uses cairo native, and compare it to results from mainnet or from juno using the unmodified blockifier
1 stars 1 forks source link

feat: spawn threads to process each path #89

Open marcuspang opened 1 week ago

marcuspang commented 1 week ago

Fixes #90

Changes

  1. made the individual file processing function async with tokio
  2. add a maximum number of concurrent block processes to avoid spawning too many threads