Skip to content

Commit

Permalink
reduce mem size of buffer in bench
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 5, 2024
1 parent 20eb8f3 commit cc49261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benches/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ def encrypt_speed_per_mb(block_len):
128,
256,
512,
1024,
2 * 1024,
4 * 1024,
# 1024,
# 2 * 1024,
# 4 * 1024,
]

print("\n encrypt")
Expand Down

0 comments on commit cc49261

Please sign in to comment.