mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
added insert_char benchmark
This commit is contained in:
parent
59509748b5
commit
55cd6a4976
5 changed files with 65 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue