mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
DOC: Buffer specification in report
This commit is contained in:
parent
0d26c9a9b7
commit
eefb9b9830
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ The implementation was validated at multiple levels to ensure correctness, confi
|
|||
* With `concurrentBlockFlushing: false`, the node was synced to block 10,000, the data directory (`./geth`) was removed, and then resynced up to block 100,000.
|
||||
* The same steps were repeated with `concurrentBlockFlushing: true`.
|
||||
|
||||
Note: A channel with a buffer of 100 was created to allow the tasks to queue without blocking the producer. \
|
||||
The `time` command outputs wall-clock time and system/user CPU usage upon completion, providing a baseline for comparing performance between the linear and concurrent implementations. This methodology enables a controlled, reproducible environment for evaluating the effectiveness of the concurrent block flushing feature.
|
||||
|
||||
## Section 4: Analysis
|
||||
|
|
|
|||
Loading…
Reference in a new issue