Increase N to avoid noise.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-29 18:45:04 -08:00
parent 14090764eb
commit 90bec29590
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# read/write width is relatively slow to resolve
# Even slower with multi bit masks...
N ?= 8
N ?= 10
include ../fuzzer.mk