-
Notifications
You must be signed in to change notification settings - Fork 16
/
run.yaml
70 lines (51 loc) · 1.2 KB
/
run.yaml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
# Where various data output is dumped
artifact_dir: /tmp/output
# Cache a built bitcoin src directory and restore it from the cache on
# subsequent runs.
cache_build: true
# Set to false to make cache dropping optional and bypass various safety checks.
safety_checks: true
synced_peer:
datadir: /data/bitcoin_bench
repodir: ${HOME}/src/bitcoin_bench
# or, if over network
#
# address:
benches:
makecheck:
enabled: true
num_jobs: 4
functests:
enabled: false
num_jobs: 4
microbench:
num_jobs: 1
ibd_from_network:
end_height: 522_000
time_heights:
- 502_000
ibd_from_local:
end_height: 522_000
stash_datadir: /tmp/datadir
time_heights:
- 502_000
ibd_range_from_local:
start_height: 500_000
end_height: 505_000
src_datadir: /data/bitcoin_pruned_500k
time_heights:
- 502_000
reindex:
enabled: false
time_heights:
- 502_000
reindex_chainstate:
enabled: false
to_bench:
- gitref: master
bitcoind_extra_args: "-logthreadnames"
- gitref: fad88bd6c9f85e6e7f8fb66a94aa75c67d26b7d8
bitcoind_extra_args: "-logthreadnames"
- gitref: 1905-buildStackReuseNone
gitremote: MarcoFalke