{"library":"pytest-codspeed","install":[{"cmd":"pip install pytest-codspeed","imports":["import pytest\n\n@pytest.mark.benchmark\ndef test_my_function(): ...","def test_my_function(benchmark):\n    result = benchmark(lambda: my_code_to_measure())\n    assert result is not None"]}]}