Skip to content

Commit

Permalink
Limit test of plotting backends to html_reports feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vxfield committed Dec 9, 2024
1 parent 96e200f commit cf44f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/criterion_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ fn test_timing_loops() {
use criterion::PlottingBackend::*;
[
None,
#[cfg(feature = "html_reports")]
Gnuplot,
#[cfg(feature = "html_reports")]
#[cfg(feature = "plotters")]
Plotters,
]
Expand Down

0 comments on commit cf44f55

Please sign in to comment.