-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathprod.yml
62 lines (50 loc) · 1.08 KB
/
prod.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
51
52
53
54
55
56
57
58
59
60
61
62
---
# The configuration file run for bitcoinperf.com's live site.
compilers:
- gcc
- clang
synced_peer:
datadir: /home/ccl/bitcoin_bench_data
repodir: /home/ccl/bitcoin
bitcoind_extra_args: ''
codespeed:
url: "https://codespeed.bitcoinperf.com"
username: james
password: "${CODESPEED_PASSWORD}"
slack:
webhook_url: "${SLACK_WEBHOOK_URL}"
benches:
# unittests:
# num_jobs: 3
# functests:
# num_jobs: 1
microbench:
enabled: true
ibd_from_local:
run_count: 1
stash_datadir: /tmp/datadir
time_heights:
- 522_000
- 650_000
- 750_000
end_height: 750_000
reindex:
# Restash the datadir once we're done indexing so we can run
# reindex_chainstate.
stash_datadir: /tmp/datadir
src_datadir: /tmp/datadir
time_heights:
- 522_000
- 650_000
- 750_000
end_height: 750_000
reindex_chainstate:
src_datadir: /tmp/datadir
time_heights:
- 522_000
- 650_000
- 750_000
end_height: 750_000
to_bench:
- gitref: master
bitcoind_extra_args: '-dbcache=2048 -prune=10000'