move the benchmarks to another crate so we can download the datasets automatically without adding overhead to the build of milli

This commit is contained in:
tamo 2021-05-25 17:09:14 +02:00 committed by Tamo
parent 3c84075d2d
commit 06c414a753
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
10 changed files with 154 additions and 55 deletions

5
benchmarks/src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
//! This library is only used to isolate the benchmarks
//! from the original milli library.
//!
//! It does not include interesting functions for milli library
//! users only for milli contributors.