Module parsers

Module parsers 

Source
Expand description

Parsers for external measurement formats

This module provides parsers for various test and benchmark output formats, converting them into the common ParsedMeasurement type.

Re-exports§

pub use criterion_json::CriterionJsonParser;
pub use junit_xml::JunitXmlParser;
pub use types::BenchStatistics;
pub use types::BenchmarkMeasurement;
pub use types::ParsedMeasurement;
pub use types::Parser;
pub use types::TestMeasurement;
pub use types::TestStatus;

Modules§

criterion_json
junit_xml
types