zer-bench 1.1.0

Benchmark harness for zer: throughput, accuracy, and competitor-library comparison
1
2
3
4
5
6
7
8
pub mod accuracy;
pub mod compare;
pub mod library;
pub mod plot;
pub mod scenarios;
pub mod strategies;
pub mod throughput;
pub mod util;