Home / Function/ test_utility_machine_performance() — tailwindcss Function Reference

test_utility_machine_performance() — tailwindcss Function Reference

Architecture documentation for the test_utility_machine_performance() function in utility_machine.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/oxide/src/extractor/utility_machine.rs lines 199–206

    fn test_utility_machine_performance() {
        let input = r#"<button type="button" class="absolute -top-1 -left-1.5 flex items-center justify-center p-1.5 text-gray-400">"#.repeat(100);

        UtilityMachine::test_throughput(100_000, &input);
        UtilityMachine::test_duration_once(&input);

        todo!()
    }

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free