Skip to content

Commit

Permalink
Set assumevalid to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunovo committed Feb 19, 2025
1 parent 2c3e7b6 commit 1c561b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench-ci/run-benchmark-instrumented.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ run_benchmark() {
--show-output \
--command-name "base (${base_commit})" \
--command-name "head (${head_commit})" \
"taskset -c 1 flamegraph --palette bitcoin --title 'bitcoind IBD@{commit}' -c 'record -F 101 --call-graph fp' -- taskset -c 2-15 chrt -r 1 ${BINARIES_DIR}/{commit}/bitcoind -datadir=${TMP_DATADIR} -connect=${connect_address} -daemon=0 -prune=10000 -chain=${chain} -stopatheight=${stop_at_height} -dbcache=${dbcache} -printtoconsole=0 -debug=coindb -debug=leveldb -debug=bench -debug=validation" \
"taskset -c 1 flamegraph --palette bitcoin --title 'bitcoind IBD@{commit}' -c 'record -F 101 --call-graph fp' -- taskset -c 2-15 chrt -r 1 ${BINARIES_DIR}/{commit}/bitcoind -datadir=${TMP_DATADIR} -connect=${connect_address} -daemon=0 -prune=10000 -chain=${chain} -stopatheight=${stop_at_height} -dbcache=${dbcache} -printtoconsole=0 -assumevalid=0 -debug=coindb -debug=leveldb -debug=bench -debug=validation" \
-L commit "base,head"
}

Expand Down
2 changes: 1 addition & 1 deletion bench-ci/run-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ run_benchmark() {
--show-output \
--command-name "base (${base_commit})" \
--command-name "head (${head_commit})" \
"taskset -c 2-15 chrt -o 0 ${BINARIES_DIR}/{commit}/bitcoind -datadir=${TMP_DATADIR} -connect=${connect_address} -daemon=0 -prune=10000 -chain=${chain} -stopatheight=${stop_at_height} -dbcache=${dbcache} -printtoconsole=0" \
"taskset -c 2-15 chrt -o 0 ${BINARIES_DIR}/{commit}/bitcoind -datadir=${TMP_DATADIR} -connect=${connect_address} -daemon=0 -prune=10000 -chain=${chain} -stopatheight=${stop_at_height} -dbcache=${dbcache} -printtoconsole=0 -assumevalid=0" \
-L commit "base,head"
}

Expand Down

0 comments on commit 1c561b2

Please sign in to comment.