Home / Function/ test_variant_machine_performance() — tailwindcss Function Reference

test_variant_machine_performance() — tailwindcss Function Reference

Architecture documentation for the test_variant_machine_performance() function in variant_machine.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/oxide/src/extractor/variant_machine.rs lines 87–94

    fn test_variant_machine_performance() {
        let input = r#"<button class="hover:focus:flex data-[state=pending]:[&.in-progress]:flex supports-(--my-variable):flex group-hover/named:not-has-peer-data-disabled:flex">"#;

        VariantMachine::test_throughput(100_000, input);
        VariantMachine::test_duration_once(input);

        todo!()
    }

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free