Skip to content

Commit

Permalink
move benchmark folder
Browse files Browse the repository at this point in the history
  • Loading branch information
roussel-ryan committed Jan 31, 2024
1 parent f312347 commit dc7a3ab
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 dc7a3ab

Please sign in to comment.