Skip to content

Commit

Permalink
Remove unused benchmark fixture in test_dask_mg_random_walks (#4391)
Browse files Browse the repository at this point in the history
Removes an easy `PytestBenchmarkWarning` from the tests

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)

URL: #4391
  • Loading branch information
mroeschke authored May 11, 2024
1 parent 7db86b3 commit 82d2a56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def input_graph(request):

@pytest.mark.mg
@pytest.mark.cugraph_ops
def test_dask_mg_random_walks(dask_client, benchmark, input_graph):
def test_dask_mg_random_walks(dask_client, input_graph):
path_data, seeds, max_depth = calc_random_walks(input_graph)
df_G = input_graph.input_df.compute().reset_index(drop=True)
check_random_walks(input_graph, path_data, seeds, max_depth, df_G)

0 comments on commit 82d2a56

Please sign in to comment.