mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add benchmark test for mbe
This commit is contained in:
parent
0537510aef
commit
23dbf36c7d
6 changed files with 783 additions and 0 deletions
|
@ -12,6 +12,9 @@ mod subtree_source;
|
|||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
#[cfg(test)]
|
||||
mod benchmark;
|
||||
|
||||
use std::fmt;
|
||||
|
||||
use test_utils::mark;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue