Skip to content

Commit

Permalink
benchmark constants tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Aug 3, 2017
1 parent 3f17927 commit 3832ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpylll/tools/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def bench_enumeration(n):
L(0, 0, n)

radius = M.get_r(0, 0) * .999
pruning = Pruning.run(radius, 2.0**30, M.r(), 0.9)
pruning = Pruning.run(radius, 2.0**50, M.r(), 0.2)

enum = Enumeration(M)
t = time()
Expand Down

0 comments on commit 3832ec1

Please sign in to comment.