Module node_bench::construct[][src]

Expand description

Block construction benchmark.

This benchmark is expected to measure block construction. We want to protect against cold-cache attacks, and so this benchmark should not rely on any caching (except those entries that DO NOT depend on user input). Thus transaction generation should be based on randomized data.

Structs