Skip to content

Instantly share code, notes, and snippets.

@jamesob
Created January 20, 2022 15:00
Show Gist options
  • Save jamesob/eee91c785eab13789e43e10340919876 to your computer and use it in GitHub Desktop.
Save jamesob/eee91c785eab13789e43e10340919876 to your computer and use it in GitHub Desktop.

commands index

bench name command
ibd.local.range.500000.555000 bitcoind -dbcache=8000 -debug=coindb -debug=bench -listen=0 -connect=0 -addnode=127.0.0.1:8888 -prune=9999999 -printtoconsole=0 -assumevalid=0

bench/ctv vs. $mergebase (absolute)

bench name x bench/ctv $mergebase
ibd.local.range.500000.555000.total_secs 3 3935.5179 (± 85.4127) 3811.9605 (± 3.8345)
ibd.local.range.500000.555000.peak_rss_KiB 3 6834242.6667 (± 3092.0118) 6862588.0000 (± 4435.2130)
ibd.local.range.500000.555000.cpu_kernel_secs 3 422.3767 (± 24.6812) 431.2133 (± 2.0846)
ibd.local.range.500000.555000.cpu_user_secs 3 39201.8200 (± 272.6272) 39027.8333 (± 32.4369)

bench/ctv vs. $mergebase (relative)

bench name x bench/ctv $mergebase
ibd.local.range.500000.555000.total_secs 3 1.032 1.000
ibd.local.range.500000.555000.peak_rss_KiB 3 1.000 1.004
ibd.local.range.500000.555000.cpu_kernel_secs 3 1.000 1.021
ibd.local.range.500000.555000.cpu_user_secs 3 1.004 1.000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment