reflex/tests/benchmarks/test_evaluate.py
2025-02-05 17:44:40 +01:00

9 lines
131 B
Python

import pytest
from .fixtures import _complicated_page
@pytest.mark.benchmark
def test_component_init():
_complicated_page()