push a first version of the benchmark for the typo

This commit is contained in:
tamo
2021-04-01 18:54:14 +02:00
committed by Tamo
parent 270da98c46
commit 4fdbfd6048
4 changed files with 69 additions and 15 deletions

8
milli/benches/README.md Normal file
View File

@ -0,0 +1,8 @@
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)