-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.example.docker.yaml
More file actions
71 lines (65 loc) · 1.5 KB
/
config.example.docker.yaml
File metadata and controls
71 lines (65 loc) · 1.5 KB
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
71
global:
log_level: info
runner:
client_logs_to_stdout: true
container_network: benchmarkoor
cleanup_on_start: false
benchmark:
results_dir: ./results
generate_results_index: true
generate_suite_stats: true
tests:
# Comment out the "filter" if you want to run the full suite
filter: "bn128"
source:
eest_fixtures:
github_repo: ethereum/execution-spec-tests
github_release: benchmark@v0.0.7
client:
config:
drop_memory_caches: "steps"
# Set resource limits, for example, as per https://eips.ethereum.org/EIPS/eip-7870
# resource_limits:
# cpuset_count: 4
# memory: "32g"
# swap_disabled: true
instances:
- id: nethermind
client: nethermind
- id: geth
client: geth
- id: reth
client: reth
- id: erigon
client: erigon
- id: besu
client: besu
api:
server:
listen: ":9090"
cors_origins:
- "*"
auth:
session_ttl: 24h
basic:
enabled: true
users:
- username: admin
password: changeme
role: admin
database:
driver: sqlite
sqlite:
path: /app/data/benchmarkoor.db
#storage:
# s3:
# enabled: true
# endpoint_url: ${S3_ENDPOINT_URL}
# region: us-east-1
# bucket: benchmarkoor-results
# access_key_id: ${AWS_ACCESS_KEY_ID}
# secret_access_key: ${AWS_SECRET_ACCESS_KEY}
# presigned_urls:
# expiry: 1h
# discovery_paths:
# - results