diff --git a/regressions/ck_fifo/validate/Makefile b/regressions/ck_fifo/validate/Makefile index a669896..6bfc696 100644 --- a/regressions/ck_fifo/validate/Makefile +++ b/regressions/ck_fifo/validate/Makefile @@ -6,7 +6,7 @@ all: $(OBJECTS) check: all ./ck_fifo_spsc $(CORES) 1 64000 - ./ck_fifo_mpmc $(CORES) 1 64000 + ./ck_fifo_mpmc $(CORES) 1 16000 ./ck_fifo_spsc_iterator ./ck_fifo_mpmc_iterator