Skip to main content

report

Function report 

Source
pub fn report(
    _algorithm: &str,
    _market: &MarketState,
    _solve_time_ms: impl FnOnce() -> u64,
)
Expand description

There is nothing to report without swap-metrics.

The solve time is taken as a closure so the clock is never read in this build: an argument would be evaluated at the call site even though nothing here uses it.