Skip to main content

run

Function run 

Source
pub fn run(
    exp: &Experiment,
    sessions: &[(SessionRecord, Vec<Event>)],
    manual_tags: &ManualTags,
    workspace: &Path,
    ever_significant: bool,
) -> Report
Expand description

Pure ranking step once sessions + per-session events gathered.

Pass the previous ever_significant from the last report to preserve sequential stickiness across incremental calls.