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
  ce008d8d_52a2_6769_f971_714e9a26ef6b["test_arbitrary_property_machine_performance()"]
  67459930_8537_2caf_b2cb_b2270e50566c["arbitrary_property_machine.rs"]
  ce008d8d_52a2_6769_f971_714e9a26ef6b -->|defined in| 67459930_8537_2caf_b2cb_b2270e50566c
  style ce008d8d_52a2_6769_f971_714e9a26ef6b 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