-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathrobinhood-hashing.yml
48 lines (32 loc) · 1.11 KB
/
robinhood-hashing.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
---
# 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:
- clang
synced_peer:
# This is a location on your machine where you have a datadir synced up to at
# least the height that you reference in `ibd_range_from_local.end_height`.
datadir: /data/bitcoin
# This is a location on your machine where you have a build `./src/bitcoind`
# binary.
repodir: /home/james/src/bitcoin_bench
bitcoind_extra_args: ''
benches:
ibd_range_from_local:
run_count: 3
start_height: 500_000
end_height: 535_000
# This is a location on your machine where you have a datadir that is
# synced up to `start_height`. I use a pruned datadir, but that's optional.
src_datadir: /data/bitcoin_pruned_500k
to_bench:
- gitref: 2019-08-robinhood
gitremote: jamesob
- gitref: master
- gitref: 2019-09-robinhood-slim
gitremote: jamesob