Skip to content

Optional Real Backend Benchmarks

Anubha Parashar edited this page Jun 22, 2026 · 1 revision

Optional Real-Backend Benchmarks

The repository includes optional benchmark entry points for users who already have the backend dependencies installed.

BBS MATTR benchmark template

cd benchmarks/bbs_mattr
npm install
node bench_bbs_mattr.js

AnonCreds benchmark template

python benchmarks/anoncreds_python/bench_anoncreds_optional.py

Important note

These scripts are optional. The core reproducibility path uses the included summary CSV files and does not require installing cryptographic backend libraries.

Clone this wiki locally