test: Add benchmarks to mesure the database

This commit is contained in:
Clément Renault
2018-12-30 13:04:02 +01:00
parent 76ef2cceeb
commit 87ec95f7a0
3 changed files with 322 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![cfg_attr(feature = "nightly", feature(test))]
pub mod automaton;
pub mod database;
pub mod data;