Skip to content

Commit 1077505

Browse files
committed
debug
1 parent e3a5f19 commit 1077505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fuzz.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ def print_check(name, res):
189189
start = time.time()
190190

191191
print("Checklist:")
192-
scale = 1.0
192+
#scale = 1.0
193+
scale = 0.01
193194
# Correctness check
194195
print_check("Correctness Check", check("correctness", 3600 * scale))
195196

0 commit comments

Comments
 (0)