criterion.rs icon indicating copy to clipboard operation
criterion.rs copied to clipboard

Suppress gnuplot not found warning

Open casey opened this issue 3 years ago • 2 comments

Is it possible to suppress the "Gnuplot not found, using plotters backend" warning?

casey avatar Feb 03 '22 19:02 casey

Seems like there's cargo bench --bench my_benchmark -- --plotting-backend plotters to explicitly set the plotter but the Gnuplot warning is still being shown. Seems like this is something that shouldn't output the error if you explicitly choose plotters?

I'm pretty new to Rust but happy to try and tackle this one if someone else here thinks this is worthwhile and a fairly easy one for me to tackle as a newcomer.

jmwill86 avatar Feb 24 '22 21:02 jmwill86

It has already been fixed in the version-0.4 branch.

lemmih avatar Feb 25 '22 06:02 lemmih