Skip to content

Commit

Permalink
Seriously lowered the benchmark threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Aug 28, 2024
1 parent ee67149 commit 3f248a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark_big_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import time
import tracemalloc

FAIL_THRESHOLD = 500
FAIL_THRESHOLD = 30

tracemalloc.start()
start = time.time()
Expand Down

0 comments on commit 3f248a9

Please sign in to comment.