[red-knot] Add very basic benchmark (#12182)

This commit is contained in:
Micha Reiser 2024-07-04 17:29:00 +02:00 committed by GitHub
parent 497fd4c505
commit e2e0889a30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 197 additions and 3 deletions

View file

@ -8,7 +8,7 @@ use crate::parsed::parsed_module;
use crate::source::{line_index, source_text};
use crate::vfs::{Vfs, VfsFile};
mod file_revision;
pub mod file_revision;
pub mod file_system;
pub mod parsed;
pub mod source;