MeiliSearch/milli/benches
2021-06-02 11:05:07 +02:00
..
proximity.rs add the proximity criterion 2021-06-02 11:05:07 +02:00
README.md update the README with instructions to get the download the dataset 2021-06-02 11:05:07 +02:00
typo.rs remove the optional words for the typo criterion 2021-06-02 11:05:07 +02:00
utils.rs push a first version of the benchmark for the typo 2021-06-02 11:05:07 +02:00
words.rs add the words criterion to the bench 2021-06-02 11:05:07 +02:00

Benchmarks

For our benchmark we are using a small subset of the dataset songs.csv. It was generated with this command:

xsv sample --seed 42 song.csv -o smol-songs.csv

You can download it here And the original songs.csv dataset is available here.

You need to put this file in the current directory: milli/milli/benches/smol-songs.csv.gz You can run the following command from the root of this git repository

wget https://meili-datasets.s3.fr-par.scw.cloud/benchmarks/smol-songs.csv.gz -O milli/benches/smol-songs.csv.gz