mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix all the benchmark compilation errors
This commit is contained in:
parent
df5884b0c1
commit
32d0e50a75
9 changed files with 658 additions and 289 deletions
|
@ -2,9 +2,8 @@
|
|||
|
||||
use std::fs::{create_dir_all, remove_dir_all, File};
|
||||
use std::io::{self, BufReader, BufWriter, Read};
|
||||
use std::num::ParseFloatError;
|
||||
use std::path::Path;
|
||||
use std::str::FromStr;
|
||||
use std::str::FromStr as _;
|
||||
|
||||
use anyhow::Context;
|
||||
use bumpalo::Bump;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue