Skip to content

Commit

Permalink
fix: ✅ Removed benchmark saved as test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 10, 2024
1 parent 8d43556 commit a4e0b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ build
dist
.coverage*
.vscode

daisy_logs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@pytest.mark.parametrize("test", ["iterate", "init"])
@pytest.mark.parametrize("size", ["small", "medium", "large"])
@pytest.mark.parametrize("block_gen", ["lazy", "enumerated"])
def test_dep_graph(benchmark, test, size, block_gen):
def benchmark_dep_graph(benchmark, test, size, block_gen):
task = tasks[size]
lazy = block_gen == "lazy"
iterate = test == "iterate"
Expand Down

0 comments on commit a4e0b98

Please sign in to comment.