Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Chain - Benchmarks #262

@octavonce

Description

@octavonce

The following methods need to be tested on a Chain behind a ChainRef:

  • Chain::append_block() with a CheckpointBlock.
  • Chain::append_block() with an empty TransactionBlock.
  • Chain::append_block() with a full TransactionBlock.
  • Chain::append_block() that flushes a new segment of a canonical chain to disk.
  • Chain::append_block() on a forked non-canonical chain with an empty TransactionBlock.
  • Chain::append_block() on a forked non-canonical chain with a full TransactionBlock.
  • Chain::new() with a fresh chain.
  • Chain::new() a longer chain saved on the disk.

Metadata

Metadata

Assignees

No one assigned

    Labels

    d-mediumAn issue of medium difficultyoptimizationSomething can be optimized

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions