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

Dependency Diagram

graph TD
  b6e84c06_6520_152d_c053_fce47bf9774e["test_variant_machine_performance()"]
  65f88ee5_a242_be7c_fc9b_70da07dd6b00["variant_machine.rs"]
  b6e84c06_6520_152d_c053_fce47bf9774e -->|defined in| 65f88ee5_a242_be7c_fc9b_70da07dd6b00
  style b6e84c06_6520_152d_c053_fce47bf9774e fill:#6366f1,stroke:#818cf8,color:#fff

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

Frequently Asked Questions

What does test_variant_machine_performance() do?
test_variant_machine_performance() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/variant_machine.rs.
Where is test_variant_machine_performance() defined?
test_variant_machine_performance() is defined in crates/oxide/src/extractor/variant_machine.rs at line 87.

Analyze Your Own Codebase

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

Try Supermodel Free