rust-ml / linfa

A Rust machine learning framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump Criterion to 0.4.0

oojo12 opened this issue · comments

commented

From reviewing the Criterion changelog. It appears black_box was not applied for the bench_with_input function for previous versions. This disabled the best effort optimization prevention that Criterion promises.