Add benchmark command (#2223)

This commit is contained in:
Pierre-André Gagnon
2020-07-19 13:39:43 -04:00
committed by GitHub
parent 6829ad7a30
commit aad3cca793
3 changed files with 83 additions and 0 deletions

View File

@ -12,6 +12,7 @@ pub(crate) mod autoenv;
pub(crate) mod autoenv_trust;
pub(crate) mod autoenv_untrust;
pub(crate) mod autoview;
pub(crate) mod benchmark;
pub(crate) mod build_string;
pub(crate) mod cal;
pub(crate) mod cd;
@ -131,6 +132,7 @@ pub(crate) use append::Append;
pub(crate) use autoenv::Autoenv;
pub(crate) use autoenv_trust::AutoenvTrust;
pub(crate) use autoenv_untrust::AutoenvUnTrust;
pub(crate) use benchmark::Benchmark;
pub(crate) use build_string::BuildString;
pub(crate) use cal::Cal;
pub(crate) use char_::Char;