Benchmark a custom string normalisation function #139

Merged
wojtek merged 4 commits from 138---benchmark-a-custom-string-normalisation-function into main 2024-02-19 20:56:04 +01:00
Showing only changes of commit bda2059054 - Show all commits

View File

@ -131,10 +131,6 @@ impl<'a, MH: IMusicHoard> From<&'a mut AppInner<MH>> for AppPublicInner<'a> {
} }
} }
#[cfg(nightly)]
#[cfg(test)]
mod benchmod;
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use musichoard::collection::Collection; use musichoard::collection::Collection;
@ -337,3 +333,7 @@ mod tests {
app.unwrap_critical(); app.unwrap_critical();
} }
} }
#[cfg(nightly)]
#[cfg(test)]
mod benchmod;