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 dd03c0b3_7e72_4077_0e2b_277627b3cb47["test_arbitrary_variable_machine_performance()"] 68044bbd_69a5_87e9_d616_0bc304991559["arbitrary_variable_machine.rs"] dd03c0b3_7e72_4077_0e2b_277627b3cb47 -->|defined in| 68044bbd_69a5_87e9_d616_0bc304991559 style dd03c0b3_7e72_4077_0e2b_277627b3cb47 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
Source
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