-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathbasic.yml
More file actions
29 lines (25 loc) · 959 Bytes
/
basic.yml
File metadata and controls
29 lines (25 loc) · 959 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
name: Transfer-only execution speed
description: |
Basic Transfer Benchmark - Simple baseline performance test for quick client comparison and CI/CD performance regression testing.
This benchmark provides a straightforward transfer-only transaction test with multiple gas limits (15M - 90M) to establish baseline performance metrics for both Geth and Reth clients.
Use Case: Quick client comparison, CI/CD performance regression testing, baseline performance measurement, and initial validation of client performance characteristics.
payloads:
- name: Transfer-only execution speed
id: transfer-only
type: transfer-only
benchmarks:
- variables:
- type: payload
value: transfer-only
- type: node_type
values:
- geth
- reth
- type: num_blocks
value: 10
- type: gas_limit
values:
- 20000000
- 30000000
- 60000000
- 90000000