mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
9 lines
296 B
Markdown
9 lines
296 B
Markdown
|
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](https://meili-datasets.s3.fr-par.scw.cloud/songs.csv.gz)
|