reflex/tests/benchmarks/test_evaluate.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

7 lines
104 B
Python

import pytest
@pytest.mark.benchmark
def test_evaluate_page(unevaluated_page):
unevaluated_page()