//!
//! Simplest example of api usage.
//! Uses macro-based api, with basic metrics provider.
//!
//! 1. Define test data and fns
//! 2. wrap it to main fn suitable for cargo bench
//!
//! Usage:
//! cargo bench --bench easy
// 1. define implementation
// 2. macro based implementation
bench_main!;