jonhoo / inferno

A Rust port of FlameGraph
Other
1.68k stars 125 forks source link

Replace deprecated ParameterizedBenchmark in criterion with benchmark_group #223

Closed Mephistophiles closed 2 years ago

Mephistophiles commented 2 years ago

Since v0.3.4 ParameterizedBenchmark was deprecated:

codecov[bot] commented 2 years ago

Codecov Report

Merging #223 (3019825) into master (ec391f7) will decrease coverage by 0.01%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #223      +/-   ##
==========================================
- Coverage   87.01%   87.00%   -0.02%     
==========================================
  Files          17       17              
  Lines        2380     2378       -2     
==========================================
- Hits         2071     2069       -2     
  Misses        309      309              
Impacted Files Coverage Δ
src/collapse/common.rs 59.25% <0.00%> (ø)
src/collapse/dtrace.rs 90.57% <100.00%> (-0.10%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ec391f7...3019825. Read the comment docs.