Skip to main content
← Projects

Projects

DistBench

1 November 2023

DistBench is a benchmarking harness for evaluating distributed consensus protocols under controlled conditions. It grew out of the need for reproducible comparisons in the BFT survey paper.

Language: Python + shell
Status: Stable

Features

Usage

pip install distbench
distbench run --config experiments/raft-wan.yaml
distbench report results/ --output report.html

Repository note

In a real project page, this section would link to the public repository, package index entry, or benchmark documentation.