Home / Function/ test_arbitrary_variable_machine_performance() — tailwindcss Function Reference

test_arbitrary_variable_machine_performance() — tailwindcss Function Reference

Architecture documentation for the test_arbitrary_variable_machine_performance() function in arbitrary_variable_machine.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  1da4fa82_c677_8875_5895_3c737d3716bc["test_arbitrary_variable_machine_performance()"]
  7a494844_a376_e466_6245_0c9d5be3b787["arbitrary_variable_machine.rs"]
  1da4fa82_c677_8875_5895_3c737d3716bc -->|defined in| 7a494844_a376_e466_6245_0c9d5be3b787
  style 1da4fa82_c677_8875_5895_3c737d3716bc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/oxide/src/extractor/arbitrary_variable_machine.rs lines 343–350

    fn test_arbitrary_variable_machine_performance() {
        let input = r#"<div class="(--foo) (--my-color,red,blue) (--my-img,url('https://example.com?q=(][)'))"></div>"#.repeat(100);

        ArbitraryVariableMachine::<IdleState>::test_throughput(100_000, &input);
        ArbitraryVariableMachine::<IdleState>::test_duration_once(&input);

        todo!()
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free