test_css_variable_machine_performance() — tailwindcss Function Reference
Architecture documentation for the test_css_variable_machine_performance() function in css_variable_machine.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 2a61d4d8_11c8_6c9f_c5ab_bcf0de2d177b["test_css_variable_machine_performance()"] 4ca248f9_dfd5_e064_756a_26e6b692010c["css_variable_machine.rs"] 2a61d4d8_11c8_6c9f_c5ab_bcf0de2d177b -->|defined in| 4ca248f9_dfd5_e064_756a_26e6b692010c style 2a61d4d8_11c8_6c9f_c5ab_bcf0de2d177b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/css_variable_machine.rs lines 123–130
fn test_css_variable_machine_performance() {
let input = r#"This sentence will contain a few variables here and there var(--my-variable) --other-variable-1\/2 var(--more-variables-here)"#.repeat(100);
CssVariableMachine::test_throughput(100_000, &input);
CssVariableMachine::test_duration_once(&input);
todo!();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does test_css_variable_machine_performance() do?
test_css_variable_machine_performance() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/css_variable_machine.rs.
Where is test_css_variable_machine_performance() defined?
test_css_variable_machine_performance() is defined in crates/oxide/src/extractor/css_variable_machine.rs at line 123.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free