added insert_char benchmark

This commit is contained in:
Anton-4 2021-01-16 19:33:23 +01:00
parent 59509748b5
commit 55cd6a4976
5 changed files with 65 additions and 2 deletions

View file

@ -46,10 +46,12 @@ pub mod error;
pub mod graphics;
mod keyboard_input;
pub mod lang;
mod mvc;
//mod mvc;
pub mod mvc; // for benchmarking
mod resources;
mod selection;
mod text_buffer;
//mod text_buffer;
pub mod text_buffer; // for benchmarking
mod util;
mod vec_result;