mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +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::{
|
use rustframe::{
|
||||||
frame::{Frame, RowIndex},
|
frame::{Frame, RowIndex},
|
||||||
matrix::{BoolMatrix, Matrix, SeriesOps},
|
matrix::{BoolMatrix, Matrix, SeriesOps},
|
||||||
utils::{BDateFreq, BDatesList},
|
utils::{BDatesList, BDateFreq},
|
||||||
};
|
};
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
@ -254,7 +254,6 @@ fn config_large_arrays() -> Criterion {
|
|||||||
.warm_up_time(Duration::from_millis(200))
|
.warm_up_time(Duration::from_millis(200))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
criterion_group!(
|
criterion_group!(
|
||||||
name = benches_small_arrays;
|
name = benches_small_arrays;
|
||||||
config = config_small_arrays();
|
config = config_small_arrays();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user