Skip to content

Commit

Permalink
fix: fix old idea b4 scrapping it
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Nov 5, 2024
1 parent 18faca9 commit 5d76612
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions tests/regression_test_results.json

This file was deleted.

1 change: 0 additions & 1 deletion tests/regression_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def run_benchmarks(functions_to_test):
"""Run benchmarks for the specified functions."""
results = {}
for func in functions_to_test:
print(f"Running benchmark for {func.__name__}...")
# Run each function 1000 times and take the average
time_taken = timeit.timeit(lambda: func(), number=1)
# Use the function's qualified name (module.function) as the key
Expand Down

0 comments on commit 5d76612

Please sign in to comment.