-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpr_compare.yml
50 lines (38 loc) · 1.03 KB
/
pr_compare.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
47
48
49
50
---
# 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
synced_peer:
# You will likely have to change this.
datadir: /data/bitcoin_bench
# You will likely have to change this.
repodir: /bitcoin
bitcoind_extra_args: ''
benches:
build:
num_jobs: 8
unittests:
enabled: true
num_jobs: 4
microbench:
enabled: true
ibd_range_from_local:
run_count: 3
start_height: 500_000
end_height: 501_500
# You will likely have to change this.
#
# This should point to a datadir that has been synced up to
# block 500_000.
#
src_datadir: /data/bitcoin_pruned_500k
to_bench:
- gitref: master
bitcoind_extra_args: "-logthreadnames"
- gitref: utxo-dumpload-compressed
gitremote: jamesob
bitcoind_extra_args: "-logthreadnames"