Skip to content

Commit

Permalink
testing: bench: add openorca (iterative#10133)
Browse files Browse the repository at this point in the history
Need to move the data into dvc at some point.
  • Loading branch information
efiop authored Dec 4, 2023
1 parent 3927e75 commit c0b64b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/testing/benchmarks/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def pytest_configure(config):
def pytest_addoption(parser):
parser.addoption(
"--size",
choices=["tiny", "small", "large", "mnist"],
choices=["tiny", "small", "large", "mnist", "openorca"],
default="small",
help="Size of the dataset/datafile to use in tests",
)
Expand Down

0 comments on commit c0b64b0

Please sign in to comment.