reflex/tests/benchmarks/conftest.py
Thomas Brandého a31301cb4f
add stateful benchmarks (#4764)
* add stateful benchmarks

* make stateful stuff more complex

* unpack tuple in itertag

* fix comment
2025-02-11 18:51:05 -08:00

4 lines
105 B
Python

from .fixtures import evaluated_page, unevaluated_page
__all__ = ["evaluated_page", "unevaluated_page"]