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 01822acb_e439_99cd_8a9d_87bb8f8c366c["test_css_variable_machine_performance()"] 268529ba_4bf9_7a41_0273_72baf0f193f0["css_variable_machine.rs"] 01822acb_e439_99cd_8a9d_87bb8f8c366c -->|defined in| 268529ba_4bf9_7a41_0273_72baf0f193f0 style 01822acb_e439_99cd_8a9d_87bb8f8c366c 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