Skip to content

Commit

Permalink
fix: dont save new results
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Nov 4, 2024
1 parent 6c89a05 commit 3634a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def compare_results(base_results, new_results):
print(compare_results(base_results, results))

# save new results
save_results(results, output_file)
# save_results(results, output_file)

0 comments on commit 3634a2a

Please sign in to comment.