Crate apdex

Source
Expand description

This crate provides Apdex type that represents Application Performance Index.

This implementation is based on Apdex Technical Specification v1.1.

Re-exports§

pub extern crate yansi;

Structs§

Apdex
Represents Apdex score after samples were characterize into one of the three groups. When displayed a Uniform Output will be used.
ApdexRating
Implements Display for the rating output.