Skip to content

Commit d0cd639

Browse files
authored
Add WIP text to snapshot example (#128)
1 parent bc5084b commit d0cd639

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configs/examples/snapshot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Two-Tier Snapshot Functionality Test
22
description: |
3+
IMPORTANT: This feature is currently in development, and the results are not yet reliable.
4+
35
Two-Tier Snapshot Functionality Test - Demonstrates the new optimized snapshot system with initial snapshots and per-test copying.
46
57
This benchmark suite uses a two-tier snapshot approach:
@@ -21,7 +23,7 @@ benchmarks:
2123
command: ./scripts/setup-base-snapshot.sh --network=sepolia --node-type=reth --destination=/data/snapshots/reth/initial
2224
destination: /data/snapshots/reth/initial
2325
superchain_chain_id: 84532
24-
- node_type: geth
26+
- node_type: geth
2527
# Download an initial geth snapshot that can be copied for each test
2628
command: ./scripts/setup-base-snapshot.sh --network=sepolia --node-type=geth --destination=/data/snapshots/geth/initial
2729
destination: /data/snapshots/geth/initial

0 commit comments

Comments
 (0)