test_arbitrary_value_machine_performance() — tailwindcss Function Reference
Architecture documentation for the test_arbitrary_value_machine_performance() function in arbitrary_value_machine.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD da6197f8_87b8_a436_7713_d3e9a09dd591["test_arbitrary_value_machine_performance()"] b38ee3a8_b590_69c6_7df6_b73c4ec6b87a["arbitrary_value_machine.rs"] da6197f8_87b8_a436_7713_d3e9a09dd591 -->|defined in| b38ee3a8_b590_69c6_7df6_b73c4ec6b87a style da6197f8_87b8_a436_7713_d3e9a09dd591 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/arbitrary_value_machine.rs lines 156–163
fn test_arbitrary_value_machine_performance() {
let input = r#"<div class="[color:red] [[data-foo]] [url('https://tailwindcss.com')] [url(https://tailwindcss.com)]"></div>"#.repeat(100);
ArbitraryValueMachine::test_throughput(100_000, &input);
ArbitraryValueMachine::test_duration_once(&input);
todo!()
}
Domain
Subdomains
Source
Frequently Asked Questions
What does test_arbitrary_value_machine_performance() do?
test_arbitrary_value_machine_performance() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/arbitrary_value_machine.rs.
Where is test_arbitrary_value_machine_performance() defined?
test_arbitrary_value_machine_performance() is defined in crates/oxide/src/extractor/arbitrary_value_machine.rs at line 156.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free