evobench_tools/evaluator/
mod.rs

1//! Benchmarking log file evaluation
2//!
3//! This represents the core of the `evobench-eval` tool, excluding
4//! the main driver program at `src/bin/evobench-eval.rs`.
5
6pub mod all_fields_table;
7pub mod all_outputs_all_fields_table;
8pub mod data;
9pub mod index_by_call_path;
10pub mod options;