1 2 3 4 5 6 7 8
import pytest pytestmark = pytest.mark.perf @pytest.mark.benchmark(group="test_instance") def test_initialization(soledad_client, benchmark): benchmark(soledad_client)