Home / Function/ test_named_variant_machine_performance() — tailwindcss Function Reference

test_named_variant_machine_performance() — tailwindcss Function Reference

Architecture documentation for the test_named_variant_machine_performance() function in named_variant_machine.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/oxide/src/extractor/named_variant_machine.rs lines 374–381

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

        NamedVariantMachine::<IdleState>::test_throughput(1_000_000, input);
        NamedVariantMachine::<IdleState>::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