test_variant_machine_performance() — tailwindcss Function Reference
Architecture documentation for the test_variant_machine_performance() function in variant_machine.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD e40384e0_090b_f4cd_b695_6f0f9923a44b["test_variant_machine_performance()"] 741df9fe_696f_ca77_27e8_852abda4bc50["variant_machine.rs"] e40384e0_090b_f4cd_b695_6f0f9923a44b -->|defined in| 741df9fe_696f_ca77_27e8_852abda4bc50 style e40384e0_090b_f4cd_b695_6f0f9923a44b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/variant_machine.rs lines 87–94
fn test_variant_machine_performance() {
let input = r#"<button class="hover:focus:flex data-[state=pending]:[&.in-progress]:flex supports-(--my-variable):flex group-hover/named:not-has-peer-data-disabled:flex">"#;
VariantMachine::test_throughput(100_000, input);
VariantMachine::test_duration_once(input);
todo!()
}
Domain
Subdomains
Source
Frequently Asked Questions
What does test_variant_machine_performance() do?
test_variant_machine_performance() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/variant_machine.rs.
Where is test_variant_machine_performance() defined?
test_variant_machine_performance() is defined in crates/oxide/src/extractor/variant_machine.rs at line 87.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free