Skip to content

Commit

Permalink
publish first benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed Nov 15, 2023
1 parent 6fb34e3 commit 3be59c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@



@pytest.mark.parametrize('xmlmodel', xmlmodels[:5], ids=str)
@pytest.mark.parametrize('xmlmodel', xmlmodels, ids=str)
@pytest.mark.ortools_solve
def test_solve_ortools(xmlmodel, benchmark):
model = XCSPParser(xmlmodel)
Expand All @@ -51,7 +51,7 @@ def test_solve_ortools(xmlmodel, benchmark):



@pytest.mark.parametrize('xmlmodel', xmlmodels[:5], ids=str)
@pytest.mark.parametrize('xmlmodel', xmlmodels, ids=str)
@pytest.mark.transform_ortools
def test_transform_ortools(xmlmodel, benchmark):
model = XCSPParser(xmlmodel)
Expand Down

0 comments on commit 3be59c2

Please sign in to comment.