mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-19 23:09:59 +00:00
Reorder imports in benchmarks.rs for consistency and clarity
This commit is contained in:
parent
8f3bc6843b
commit
4e98aa1490
@ -5,7 +5,7 @@ use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use rustframe::{
|
||||
frame::{Frame, RowIndex},
|
||||
matrix::{BoolMatrix, Matrix, SeriesOps},
|
||||
utils::{BDateFreq, BDatesList},
|
||||
utils::{BDatesList, BDateFreq},
|
||||
};
|
||||
use std::time::Duration;
|
||||
|
||||
@ -254,7 +254,6 @@ fn config_large_arrays() -> Criterion {
|
||||
.warm_up_time(Duration::from_millis(200))
|
||||
}
|
||||
|
||||
|
||||
criterion_group!(
|
||||
name = benches_small_arrays;
|
||||
config = config_small_arrays();
|
||||
|
Loading…
x
Reference in New Issue
Block a user