Skip to content

Commit 4aa5196

Browse files
committed
run_test_cycle description
1 parent 109de39 commit 4aa5196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sempy_labs/perf_lab/_test_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def run_test_cycle(
751751
tag: Optional[str] = None,
752752
) -> Tuple[DataFrame, dict]:
753753
"""
754-
Runs each DAX query and returns the QueryBegin and QueryEnd trace events together with the query results.
754+
Runs each DAX query and returns the traces events, such as QueryBegin and QueryEnd, together with the query results.
755755
756756
Parameters
757757
----------

0 commit comments

Comments
 (0)