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
  1833646f_0cb9_bd38_1380_a65ae01457ec["test_string_machine_performance()"]
  e92d6055_7491_e838_01ff_8822a35d079f["string_machine.rs"]
  1833646f_0cb9_bd38_1380_a65ae01457ec -->|defined in| e92d6055_7491_e838_01ff_8822a35d079f
  style 1833646f_0cb9_bd38_1380_a65ae01457ec 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