-
Notifications
You must be signed in to change notification settings - Fork 16
/
ctv.yml
47 lines (33 loc) · 909 Bytes
/
ctv.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
# Cache a built bitcoin src directory and restore it from the cache on
# subsequent runs.
cache_build: true
# If true, the first git clone will be cached and copied from as necessary.
cache_git: true
# Set to false to make cache dropping optional and bypass various safety checks.
safety_checks: false
compilers:
- gcc
synced_peer:
datadir: /data2/bitcoin
repodir: /home/james/src/bitcoinbench
bitcoind_extra_args: ''
# or, if over network
#
# address:
benches:
build:
num_jobs: 15
ibd_range_from_local:
run_count: 3
start_height: 667_200
end_height: 700_000
src_datadir: /home/james/.bitcoinperf/base_datadirs/pruned-667200
to_bench:
- gitref: bench/ctv
gitremote: jamesob
bitcoind_extra_args: '-dbcache=8000 -assumevalid=0'
rebase: false
- gitref: $mergebase
bitcoind_extra_args: '-dbcache=8000 -assumevalid=0'
rebase: false