Home / Function/ test_arbitrary_property_machine_performance() — tailwindcss Function Reference

test_arbitrary_property_machine_performance() — tailwindcss Function Reference

Architecture documentation for the test_arbitrary_property_machine_performance() function in arbitrary_property_machine.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  54328478_1a4c_8827_c0d5_9c62c33a0b98["test_arbitrary_property_machine_performance()"]
  a0fb7bf4_10a9_c73e_1f40_d9fa8257af22["arbitrary_property_machine.rs"]
  54328478_1a4c_8827_c0d5_9c62c33a0b98 -->|defined in| a0fb7bf4_10a9_c73e_1f40_d9fa8257af22
  style 54328478_1a4c_8827_c0d5_9c62c33a0b98 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/oxide/src/extractor/arbitrary_property_machine.rs lines 323–330

    fn test_arbitrary_property_machine_performance() {
        let input = r#"<button class="[color:red] [background-color:red] [--my-color:red] [background:url('https://example.com')]">"#.repeat(10);

        ArbitraryPropertyMachine::<IdleState>::test_throughput(1_000_000, &input);
        ArbitraryPropertyMachine::<IdleState>::test_duration_once(&input);

        todo!()
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free