Skip to content

ohko4711/genesis-init-benchmarks

 
 

Repository files navigation

Genesis Init Benchmarks

Running the Benchmarks

Running speed benchmarks:

./runSpeed.sh \
  -t "tests/" \
  -c "nethermind,geth,reth,erigon,besu" \
  -r 8 \
  -o "results/speed" \
  -s 1,10,100,500,1000,1500

Running memory benchmarks:

./runMemory.sh \
  -t "tests/" \
  -c "nethermind,geth,reth,erigon,besu" \
  -r 8 \
  -o "results/memory" \
  -s 1,10,100,500,1000,1500

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.3%
  • Shell 33.7%