func byTags()

in Sources/_TracingBenchmarkTools/DriverUtils.swift [297:300]


        func byTags(b: BenchmarkInfo) -> Bool {
            b.tags.isSuperset(of: tags) &&
                b.tags.isDisjoint(with: skipTags)
        }