Home / Function/ test_string_machine_performance() — tailwindcss Function Reference

test_string_machine_performance() — tailwindcss Function Reference

Architecture documentation for the test_string_machine_performance() function in string_machine.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  bd94060f_6ebe_232e_cc11_76988c761968["test_string_machine_performance()"]
  2fb50f57_27a6_296f_80b3_b44c47994dcb["string_machine.rs"]
  bd94060f_6ebe_232e_cc11_76988c761968 -->|defined in| 2fb50f57_27a6_296f_80b3_b44c47994dcb
  style bd94060f_6ebe_232e_cc11_76988c761968 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/oxide/src/extractor/string_machine.rs lines 94–101

    fn test_string_machine_performance() {
        let input = r#"There will be a 'string' in this input, even "strings_with_other_quotes_and_\#escaped_characters"  "#.repeat(100);

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

        todo!()
    }

Domain

Subdomains

Frequently Asked Questions

What does test_string_machine_performance() do?
test_string_machine_performance() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/string_machine.rs.
Where is test_string_machine_performance() defined?
test_string_machine_performance() is defined in crates/oxide/src/extractor/string_machine.rs at line 94.

Analyze Your Own Codebase

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

Try Supermodel Free