-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfull-ibd.yml
More file actions
36 lines (31 loc) · 814 Bytes
/
full-ibd.yml
File metadata and controls
36 lines (31 loc) · 814 Bytes
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
---
# Bitcoin Sync Example
#
# This example demonstrates benchmarking Bitcoin Core sync process.
global:
benchmark:
warmup: 0
runs: 1
profile: true
profile_interval: 1
benchmark_cores: "1-7"
runner_cores: "0"
source: $HOME/src/core/bitcoin
scratch: $HOME/.local/state/benchkit/scratch
commits: ["af7402ccfa", "d1b583181d"]
tmp_data_dir: /tmp/benchkit
benchmarks:
- name: "signet sync"
network: signet
connect: 127.0.0.1:38333
benchmark:
command: "bitcoind -stopatheight=1000"
profile: true
- name: "signet sync with dbcache variations"
network: signet
connect: 127.0.0.1:38333
benchmark:
command: "bitcoind -dbcache={dbcache} -stopatheight=500"
parameter_lists:
- var: dbcache
values: ["450", "1024", "2048"]