MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / includes

Method includes

xtask/src/main.rs:1788–1793  ·  view source on GitHub ↗
(self, suite: &'static str)

Source from the content-addressed store, hash-verified

1786
1787impl BenchmarkSuiteFilter {
1788 fn includes(self, suite: &'static str) -> bool {
1789 matches!(
1790 (self, suite),
1791 (Self::All, _) | (Self::Rtt, "rtt") | (Self::Speed, "speed")
1792 )
1793 }
1794}
1795
1796impl BenchmarkModeFilter {

Callers 3

perf_benchFunction · 0.80
perf_native_postgresFunction · 0.80
perf_pglite_nodefs_sqlxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected