Add benchmark test for mbe

This commit is contained in:
Edwin Cheng 2021-02-05 19:57:32 +08:00
parent 0537510aef
commit 23dbf36c7d
6 changed files with 783 additions and 0 deletions

View file

@ -12,6 +12,9 @@ mod subtree_source;
#[cfg(test)]
mod tests;
#[cfg(test)]
mod benchmark;
use std::fmt;
use test_utils::mark;