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 5528a968_2492_8bba_2df2_de4de3eff5bd["test_arbitrary_value_machine_performance()"] 2b32c2f1_30a5_e7bc_225e_f9c276ad26c0["arbitrary_value_machine.rs"] 5528a968_2492_8bba_2df2_de4de3eff5bd -->|defined in| 2b32c2f1_30a5_e7bc_225e_f9c276ad26c0 style 5528a968_2492_8bba_2df2_de4de3eff5bd 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