parsec 0.7.3

Implementation of Protocol for Asynchronous, Reliable, Secure and Efficient Consensus
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

set -e -x

cargo test $@ --release --features=testing
cargo test $@ --release --features=testing,malice-detection
cargo test $@ --release --features=dump-graphs dot_parser
cargo bench $@ --features=testing -- --test