Skip to content

Commit

Permalink
Merge pull request #192 from ChristopherMayes/move_benchmarks
Browse files Browse the repository at this point in the history
move benchmarks to a separate folder
  • Loading branch information
roussel-ryan authored Feb 1, 2024
2 parents f312347 + dc7a3ab commit b2f0be4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
args = [
"-vrxs",
f"--benchmark-json={script_folder/'bench_output.json'}",
f"{script_folder.parent/'tests/benchmarks'}",
f"{script_folder.parent/'benchmarks'}",
]

# Add extra arguments
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if __name__ == "__main__":
# Show output results from every test function
# Show the message output for skipped and expected failures
args = ["-v", "-vrxs", "--ignore=tests/benchmarks"]
args = ["-v", "-vrxs", "--ignore=benchmarks"]

# Add extra arguments
if len(sys.argv) > 1:
Expand Down

0 comments on commit b2f0be4

Please sign in to comment.