Skip to content

Instantly share code, notes, and snippets.

@matiu
Last active April 4, 2018 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiu/3af2c05ee097d66bf0db71da1e7511bf to your computer and use it in GitHub Desktop.
Save matiu/3af2c05ee097d66bf0db71da1e7511bf to your computer and use it in GitHub Desktop.
Using bitcoin-abc 0.17 hash: 855043153da2d7d5d4d577eede5ecf22f2c87080,
running bitcoind with: `-regtest -monolithactivationtime=0`
1. Base line
- send 10 p2pkh TX/s, 10 seconds. Check CPU and IO load.
- send 10 (small) op_ret TX/s, 100 seconds. Check CPU and IO load and mem usage.
2. Tests
2.A:
- send 10 <for each new OP code, using ~100 opcodes) TX/s during 100 seconds. Check CPU and IO load and mem usage
2.B:
- send 10 (large) OP RET TX/s during 100 seconds. Check CPU and IO load and mem usage
Plot 2.A, 2.B and 1 vs. t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment