MeiliSearch/milli/benches
2021-06-02 11:05:07 +02:00
..
README.md push a first version of the benchmark for the typo 2021-06-02 11:05:07 +02:00
typo.rs push a first version of the benchmark for the typo 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

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

The original songs.csv datasets is available here